2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00

Remove 'notes' field from PurchaseOrder edit / create form

This commit is contained in:
Oliver Walters 2020-03-31 20:48:44 +11:00
parent cdc4c5d6d5
commit f07f3b99cf

View File

@ -70,7 +70,6 @@ class EditPurchaseOrderForm(HelperForm):
'supplier',
'description',
'URL',
'notes'
]