2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-07-10 17:11:01 +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
+1
View File
@@ -21,6 +21,7 @@ class PurchaseOrderLineItemAdmin(admin.ModelAdmin):
list_display = (
'order',
'part',
'quantity',
'reference'
)