mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Add some help text
This commit is contained in:
@ -38,7 +38,7 @@ class CreateStockItemForm(HelperForm):
|
||||
|
||||
class MoveStockItemForm(forms.ModelForm):
|
||||
|
||||
note = forms.CharField(label='Notes', required=True)
|
||||
note = forms.CharField(label='Notes', required=True, help_text='Add note (required)')
|
||||
|
||||
class Meta:
|
||||
model = StockItem
|
||||
|
Reference in New Issue
Block a user