Revision 70e85959
Von Moritz Bunkus vor mehr als 18 Jahren hinzugefügt
SL/CA.pm | ||
---|---|---|
if ($form->{todate}) {
|
||
$fromto .= " AND ac.transdate <= '$form->{todate}'";
|
||
$subwhere .= " AND transdate <= '$form->{todate}'";
|
||
$glwhere .= " AND ac.transdate <= '$form->{todate}'";
|
||
}
|
||
|
||
if ($form->{eur}) {
|
Auch abrufbar als: Unified diff
Wenn ein Enddatum angegeben wird, dann muss das auch berücksichtigt werden. Fix für Bugzilla #424.