From cb725db76a53ca6002ceed38b78944d631da7f07 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 3 Apr 2014 11:08:21 +0200 Subject: [PATCH] Finanzcontrollingbericht: Abfrage gefixt (fehlende with_objects) --- SL/Controller/FinancialControllingReport.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Controller/FinancialControllingReport.pm b/SL/Controller/FinancialControllingReport.pm index 675f24b4f..f0be9ada9 100644 --- a/SL/Controller/FinancialControllingReport.pm +++ b/SL/Controller/FinancialControllingReport.pm @@ -239,7 +239,7 @@ sub init_models { # ] ], ], - with_objects => [ 'customer', 'globalproject', 'globalproject.project_type' ], + with_objects => [ 'customer', 'globalproject', 'globalproject.project_type', 'periodic_invoices_config' ], ); } -- 2.20.1