Revision b29878cb
Von Jan Büren vor fast 9 Jahren hinzugefügt
SL/RP.pm | ||
---|---|---|
$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)";
|
||
}
|
||
}
|
||
|
Auch abrufbar als: Unified diff
GuV und BWA: Bei Projektfilter Zeitraum richtig setzen