Remove old deactivated code

This commit is contained in:
Maikel Linke
2018-08-17 14:03:58 +10:00
parent 174bc15ac9
commit 0174b84254

View File

@@ -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}"}