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

Template rendering improvements

This commit is contained in:
Oliver Walters
2020-04-15 14:24:59 +10:00
parent 610f85597f
commit d19e287cb5
3 changed files with 20 additions and 7 deletions

View File

@ -69,6 +69,7 @@ class EditPurchaseOrderForm(HelperForm):
fields = [
'reference',
'supplier',
'supplier_reference',
'description',
'link',
]