X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/2459723286f701a341062b054a215a266df74e01..05047096df7e18aad6331c61e705499c2820ddde:/SL/Controller/FinancialControllingReport.pm 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' ], ); }