change UI for simple menu item, promotion, setting/OQS
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
<%= f.input :item_code,:input_html => {:class => "col-md-9"} %>
|
||||
<%= f.input :name,:input_html => {:class => "col-md-9"} %>
|
||||
<%= f.input :alt_name,:input_html => {:class => "col-md-9"} %>
|
||||
<%= f.input :type,:input_html => {:class => "col-md-9"} %>
|
||||
<div style="display: none;">
|
||||
<%= f.input :type,:input_html => {:class => "col-md-9"} %>
|
||||
</div>
|
||||
<%= f.input :min_qty,:input_html => {:class => "col-md-9"} %>
|
||||
<%= f.input :account_id, :label => "Account type", :collection => Account.collection,:input_html => {:class => "col-md-9"} %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user