Revision 7f9796ce
Von Udo Spallek vor fast 19 Jahren hinzugefügt
SL/USTVA.pm | ||
---|---|---|
646 | 646 |
$subwhere .= " AND transdate >= '$fromdate'"; |
647 | 647 |
$glwhere = " AND ac.transdate >= '$fromdate'"; |
648 | 648 |
$ARwhere .= " AND acc.transdate >= '$fromdate'"; |
649 |
$where .= " AND ac.transdate >= '$fromdate'"; |
|
650 |
|
|
651 | 649 |
} |
650 |
$where .= " AND ac.transdate >= '$fromdate'"; |
|
652 | 651 |
} |
653 | 652 |
|
654 | 653 |
if ($todate) { |
Auch abrufbar als: Unified diff
Fix 275. fromdate missing.