2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

Use 'on_order' count in calculation for parts we need to order

This commit is contained in:
Oliver Walters
2019-06-10 23:05:14 +10:00
parent 04a9b1a980
commit 3954b33fb7
3 changed files with 7 additions and 3 deletions

View File

@ -21,6 +21,7 @@ class PurchaseOrderLineItemAdmin(admin.ModelAdmin):
list_display = (
'order',
'part',
'quantity',
'reference'
)