mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Remove commented out code
Because git keeps it for you.
This commit is contained in:
@@ -45,26 +45,3 @@
|
||||
%td.text-center
|
||||
%td= t(:total).upcase
|
||||
%td.text-right= invoice_total_for(invoice)
|
||||
|
||||
|
||||
-# - if @enterprises.empty?
|
||||
-# %h4 No enterprises to display
|
||||
-#
|
||||
-# - @enterprises.each do |enterprise|
|
||||
-# %h2= enterprise.name
|
||||
-# %table
|
||||
-# %thead
|
||||
-# %th Begins
|
||||
-# %th Ends
|
||||
-# %th Sells
|
||||
-# %th Trial?
|
||||
-# %th Turnover
|
||||
-# %th Bill
|
||||
-# - enterprise.billable_periods.each do |billable_period|
|
||||
-# %tr
|
||||
-# %td= billable_period.begins_at.in_time_zone.strftime("%F %T")
|
||||
-# %td= billable_period.ends_at.in_time_zone.strftime("%F %T")
|
||||
-# %td= billable_period.sells
|
||||
-# %td= billable_period.trial?
|
||||
-# %td= billable_period.display_turnover
|
||||
-# %td= billable_period.display_bill
|
||||
|
||||
Reference in New Issue
Block a user