mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Remove old deactivated code
This commit is contained in:
@@ -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}"}
|
||||
|
||||
Reference in New Issue
Block a user