2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-16 01:08:12 +00:00

Improved 'move stock' form

- Better error checking on the form (provides form validation messages to user)
This commit is contained in:
Oliver Walters
2019-04-13 00:08:13 +10:00
parent f451d31f00
commit 93bb0bf6f4
3 changed files with 25 additions and 14 deletions

View File

@@ -38,6 +38,8 @@ class CreateStockItemForm(HelperForm):
class MoveStockItemForm(forms.ModelForm):
note = forms.CharField(label='Notes', required=True)
class Meta:
model = StockItem