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:
InvenTree/order
@ -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',
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user