Revision e9459971
Von Philip Reetz vor mehr als 16 Jahren hinzugefügt
SL/RP.pm | ||
---|---|---|
1351 | 1351 |
$dpt_join |
1352 | 1352 |
WHERE $where |
1353 | 1353 |
AND (a.${ct_id} = ct.id) |
1354 |
AND (a.paid != a.amount)
|
|
1354 |
AND ((a.paid != a.amount) OR ((a.datepaid > $todate) AND (datepaid is NOT NULL)))
|
|
1355 | 1355 |
AND (a.transdate <= $todate) |
1356 | 1356 |
ORDER BY ct.name|; |
1357 | 1357 |
|
Auch abrufbar als: Unified diff
Fehler bei Stichtagsbezogenen Auswertungen von offenen Posten