mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +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…
x
Reference in New Issue
Block a user