2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Add notes field to purchase order line item

This commit is contained in:
Oliver Walters
2019-06-13 21:57:35 +10:00
parent d860336060
commit fe5bb23d13
4 changed files with 30 additions and 5 deletions

View File

@ -47,5 +47,5 @@ class EditPurchaseOrderLineItemForm(HelperForm):
'part',
'quantity',
'reference',
'received'
'notes',
]