CRUDIn_Juties

This commit is contained in:
yamin
2017-08-23 18:14:31 +06:30
parent 784da2cf09
commit d88199150e
10 changed files with 133 additions and 44 deletions

View File

@@ -8,6 +8,7 @@
<%= f.input :amount %>
<%= f.input :commission_type, :collection => ['Percentage','Net Amount'], prompt: 'Select Commission Type', class: 'form-control' %>
<label><%= f.check_box :is_active %> Active </label>
</div><br>
<div class="form-actions">
<%= link_to 'Back', origami_commissions_path, class: 'btn btn-success' %>