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