From: Moritz Bunkus Date: Thu, 3 Apr 2014 09:08:21 +0000 (+0200) Subject: Finanzcontrollingbericht: Abfrage gefixt (fehlende with_objects) X-Git-Tag: release-3.2.0beta~476^2~1 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=cb725db76a53ca6002ceed38b78944d631da7f07;p=kivitendo-erp.git Finanzcontrollingbericht: Abfrage gefixt (fehlende with_objects) --- 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' ], ); }