diff --git a/app/views/admin/enterprises/form/_enterprise_fees.html.haml b/app/views/admin/enterprises/form/_enterprise_fees.html.haml index dcae9afbc4..6fc660fe48 100644 --- a/app/views/admin/enterprises/form/_enterprise_fees.html.haml +++ b/app/views/admin/enterprises/form/_enterprise_fees.html.haml @@ -4,15 +4,11 @@ %tr %th= t('.name') %th= t('.fee_type') - -# %th Calculator - -# %th Calculator Values %tbody - @enterprise_fees.each do |enterprise_fee| %tr %td= enterprise_fee.name %td= enterprise_fee.fee_type - -# %td= enterprise_fee.calculator.preferred_flat_percent - -# %td= enterprise_fee.fee_type %br %div %a.button{ href: "#{main_app.admin_enterprise_fees_path}"}