bugfix rechnung rechnung_zahlstatus_berechnen

This commit is contained in:
OpenXE 2023-06-16 12:29:50 +02:00
parent 5da0490260
commit b8cfa9efbb

View File

@ -2766,7 +2766,7 @@ class Rechnung extends GenRechnung
FROM
rechnung
WHERE
belegnr <> ''
belegnr <> '' AND zahlungsstatus = 'offen'
");
foreach ($offene_rechnungen as $offene_rechnung) {