fixes #3656 parts of a spreadsheet may be completely empty where others are filled

git-svn-id: https://dev.finn.de/svn/cockpit/branches/deployment_merge@2117 7926756e-e54e-46e6-9721-ed318f58905e
pull/6827/head
j.wollert 14 years ago
parent 0682176d20
commit 469e718a57
  1. 2
      lib/xls_report/xls_views/cost_report_table.xls.rb

@ -92,7 +92,7 @@ class CostReportTable < XlsViews
spreadsheet.worksheet(idx, name)
run_walker
build_spreadsheet
build_spreadsheet unless (@headers + @footers).empty?
end
spreadsheet
end

Loading…
Cancel
Save