add menu item taxable
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
|
||||
<%= f.input :is_available,:input_html => {:class => "col-md-9"} %>
|
||||
|
||||
<%= f.input :taxable,:input_html => {:class => "col-md-9"} %>
|
||||
|
||||
<%= f.input :is_sub_item,:input_html => {:class => "col-md-9"} %>
|
||||
|
||||
<%= f.input :unit, :collection => Lookup.collection_of("unit") ,:input_html => {:class => "col-md-9"} %>
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
|
||||
<%= f.input :is_available,:input_html => {:class => "col-md-9"} %>
|
||||
|
||||
<%= f.input :taxable,:input_html => {:class => "col-md-9"} %>
|
||||
|
||||
<%= f.input :is_sub_item,:input_html => {:class => "col-md-9"} %>
|
||||
|
||||
<%= f.input :unit, :collection => Lookup.collection_of("unit") ,:input_html => {:class => "col-md-9"} %>
|
||||
|
||||
Reference in New Issue
Block a user