1
0

Quantity formula assignment and validation

This commit is contained in:
cryptogopher
2019-11-03 18:35:22 +01:00
parent fd24bced60
commit fce6ee57b0
4 changed files with 50 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
<% end %>
<p><%= f.text_field :name, size: 25, required: true %></p>
<p><%= f.text_field :description, size: 200 %></p>
<p><%= f.text_field :formula, size: 200, placeholder: t('.formula_placeholder') %></p>
<p><%= f.check_box :primary %></p>
</div>