Remove commented out code

Because git keeps it for you.
This commit is contained in:
Pau Perez
2018-12-03 16:03:38 +01:00
parent 6594529cda
commit 5845f80af0

View File

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