Checkout upstream's admin/products/new view

This commit is contained in:
Çağrı Özkan
2021-02-16 00:22:09 +03:00
parent 4db41f8a16
commit 6fad35a975

View File

@@ -57,7 +57,7 @@
= f.label :on_hand, t(".on_hand")
%span.required *
%br/
= f.number_field :on_hand, class: 'fullwidth', min: '0', required: true
= f.text_field :on_hand, class: 'fullwidth'
= f.error_message_on :on_hand
.two.columns.omega
= f.field_container :on_demand do