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

Agk, working out forms is hard

This commit is contained in:
Oliver Walters
2021-03-29 23:32:41 +11:00
parent bd87f4c733
commit d64dd68403
2 changed files with 37 additions and 10 deletions

View File

@ -213,7 +213,7 @@ class EditSalesOrderLineItemForm(HelperForm):
]
class AllocateSerialsToSalesOrderForm(HelperForm):
class AllocateSerialsToSalesOrderForm(forms.Form):
"""
Form for assigning stock to a sales order,
by serial number lookup
@ -234,7 +234,6 @@ class AllocateSerialsToSalesOrderForm(HelperForm):
)
class Meta:
model = SalesOrderAllocation
fields = [
'line',