mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-03-05 22:49:48 +01:00
bugfix rechnung rechnung_zahlstatus_berechnen
This commit is contained in:
parent
5da0490260
commit
b8cfa9efbb
@ -2766,7 +2766,7 @@ class Rechnung extends GenRechnung
|
|||||||
FROM
|
FROM
|
||||||
rechnung
|
rechnung
|
||||||
WHERE
|
WHERE
|
||||||
belegnr <> ''
|
belegnr <> '' AND zahlungsstatus = 'offen'
|
||||||
");
|
");
|
||||||
|
|
||||||
foreach ($offene_rechnungen as $offene_rechnung) {
|
foreach ($offene_rechnungen as $offene_rechnung) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user