2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Add ability to edit and delete a purchase order line item

This commit is contained in:
Oliver Walters
2019-06-13 22:13:22 +10:00
parent fe5bb23d13
commit c9cddd2a19
6 changed files with 74 additions and 4 deletions

View File

@ -49,3 +49,4 @@ class EditPurchaseOrderLineItemForm(HelperForm):
'reference',
'notes',
]