From b29878cbc8a4fa1e0959fca593a91242894315fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Fri, 8 Apr 2016 10:43:32 +0200 Subject: [PATCH] GuV und BWA: Bei Projektfilter Zeitraum richtig setzen --- SL/RP.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SL/RP.pm b/SL/RP.pm index 8fd73f2ba..7bc476663 100644 --- a/SL/RP.pm +++ b/SL/RP.pm @@ -473,6 +473,9 @@ sub get_accounts_g { $inwhere = " AND (acc.transdate >= $fromdate)"; } else { $where .= " AND (ac.transdate >= $fromdate)"; + # hotfix for projectfilter in guv and bwa + # fromdate is otherwise ignored if project is selected + $prwhere = " AND (a.transdate >= $fromdate)"; } } -- 2.20.1