mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add some help text
This commit is contained in:
parent
1dcbff9bcd
commit
1b5287307b
@ -38,7 +38,7 @@ class CreateStockItemForm(HelperForm):
|
|||||||
|
|
||||||
class MoveStockItemForm(forms.ModelForm):
|
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:
|
class Meta:
|
||||||
model = StockItem
|
model = StockItem
|
||||||
|
Loading…
Reference in New Issue
Block a user