Merge pull request #6861 from ccozkan/new-product-form-on_hand-field-improvements

Remove required field asterisk from on_hand's field on new products form
This commit is contained in:
Pau Pérez Fabregat
2021-02-18 12:39:58 +01:00
committed by GitHub

View File

@@ -55,7 +55,6 @@
.three.columns
= f.field_container :on_hand do
= f.label :on_hand, t(".on_hand")
%span.required *
%br/
= f.text_field :on_hand, class: 'fullwidth'
= f.error_message_on :on_hand