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:
@@ -38,6 +38,8 @@ class CreateStockItemForm(HelperForm):
|
||||
|
||||
class MoveStockItemForm(forms.ModelForm):
|
||||
|
||||
note = forms.CharField(label='Notes', required=True)
|
||||
|
||||
class Meta:
|
||||
model = StockItem
|
||||
|
||||
|
||||
Reference in New Issue
Block a user