2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-28 17:50:47 +00:00

Display responsible owner for salesorder and purchaseorder

This commit is contained in:
Oliver Walters
2021-03-10 16:26:20 +11:00
parent 39d44ce32f
commit d559d92f58
3 changed files with 17 additions and 1 deletions

@ -116,6 +116,7 @@ class EditPurchaseOrderForm(HelperForm):
'description',
'target_date',
'link',
'responsible',
]
@ -148,7 +149,8 @@ class EditSalesOrderForm(HelperForm):
'customer_reference',
'description',
'target_date',
'link'
'link',
'responsible',
]