From dbdcc6e6932a59de2ea5714fa6eb68d6713ea538 Mon Sep 17 00:00:00 2001 From: "w.lindenthal" Date: Thu, 14 Oct 2010 17:36:50 +0000 Subject: [PATCH] fix renamed method in cost reports controller patch git-svn-id: https://dev.finn.de/svn/cockpit/branches/deployment_merge@1984 7926756e-e54e-46e6-9721-ed318f58905e --- lib/xls_report/cost_reports_controller_patch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xls_report/cost_reports_controller_patch.rb b/lib/xls_report/cost_reports_controller_patch.rb index 6366397b9f..528ce03bb7 100644 --- a/lib/xls_report/cost_reports_controller_patch.rb +++ b/lib/xls_report/cost_reports_controller_patch.rb @@ -57,7 +57,7 @@ if require_dependency 'cost_reports_controller' def report_to_xls find_optional_project generate_query - set_cost_type + set_cost_types sb = SpreadsheetBuilder.new sb.add_title("#{@project.name + " >> " if @project}#{l(:cost_reports_title)} (#{format_date(Date.today)})")