Revision b29878cb
Von Jan Büren vor fast 9 Jahren hinzugefügt
SL/RP.pm | ||
---|---|---|
473 | 473 |
$inwhere = " AND (acc.transdate >= $fromdate)"; |
474 | 474 |
} else { |
475 | 475 |
$where .= " AND (ac.transdate >= $fromdate)"; |
476 |
# hotfix for projectfilter in guv and bwa |
|
477 |
# fromdate is otherwise ignored if project is selected |
|
478 |
$prwhere = " AND (a.transdate >= $fromdate)"; |
|
476 | 479 |
} |
477 | 480 |
} |
478 | 481 |
|
Auch abrufbar als: Unified diff
GuV und BWA: Bei Projektfilter Zeitraum richtig setzen