tax profiles

This commit is contained in:
phyusin
2018-03-16 17:21:55 +06:30
parent acc5d737fa
commit b16483708a
4 changed files with 59 additions and 7 deletions

View File

@@ -30,9 +30,7 @@
<tbody>
<% @settings_tax_profiles.each do |settings_tax_profile| %>
<tr>
<td>
<%= settings_tax_profile.group_type %>
</td>
<td><%= settings_tax_profile.group_type %></td>
<td><%= settings_tax_profile.name %></td>
<td><%= settings_tax_profile.rate %></td>
<td><%= settings_tax_profile.inclusive %></td>