Skip to content
Code-Schnipsel Gruppen Projekte
Commit 1f0643e1 erstellt von Patrick Müller's avatar Patrick Müller
Dateien durchsuchen

fix: invoice#52

Übergeordneter 32aa957f
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
Keine zugehörigen Merge Requests gefunden
......@@ -603,8 +603,8 @@ public static function calculatePayments($ToCalculate)
foreach ($transactions as $Transaction) {
/* @var $Transaction QUI\ERP\Accounting\Payments\Transactions\Transaction */
if ($Transaction->isPending()) {
// don't add pending transactions
if (!$Transaction->isComplete()) {
// don't add incomplete transactions
continue;
}
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren