UpdateDiningCharges

This commit is contained in:
yamin
2017-08-14 16:49:39 +06:30
parent 624617fc02
commit 5fc485615c
3 changed files with 20 additions and 2 deletions

View File

@@ -2,10 +2,10 @@
<%= f.error_notification %>
<div class="form-inputs">
<%= f.input :item_code %>
<%= f.input :item_code, :input_html => { :id => 'item_code' } %>
<%= f.input :unit_price %>
<%= f.input :taxable %>
<%= f.input :charge_type %>
<%= f.input :charge_type, :collection => [:hr, :day] %>
<%= f.input :minimum_free_time %>
<%= f.input :charge_block %>
<%= f.input :time_rounding %>
@@ -16,3 +16,4 @@
<%= f.button :submit %>
</div>
<% end %>