2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-30 18:50:53 +00:00

Fixes for new "allocation" tab

- Fix broken link
- Add "description" column
- Add thumbnail images
This commit is contained in:
Oliver
2022-01-27 16:25:26 +11:00
parent 0ea0edf1bb
commit f6ffef66e0
4 changed files with 48 additions and 7 deletions

View File

@ -822,6 +822,7 @@ class SOAllocationList(generics.ListAPIView):
kwargs['item_detail'] = str2bool(params.get('item_detail', False))
kwargs['order_detail'] = str2bool(params.get('order_detail', False))
kwargs['location_detail'] = str2bool(params.get('location_detail', False))
kwargs['customer_detail'] = str2bool(params.get('customer_detail', False))
except AttributeError:
pass