20251216: Fehlerkorrektur
This commit is contained in:
parent
7210c13097
commit
3cf949b696
@ -87,8 +87,11 @@
|
||||
|
||||
$stmt = $para_pdo->prepare("INSERT INTO kontobewegung (konto_id, gegenkonto_id, betrag, beschreibung, datum_ausgegeben, bei_restguthaben_ignorieren)
|
||||
VALUES(:konto_id, :gegenkonto_id, :betrag, :beschreibung, :datum_ausgegeben, :bei_restguthaben_ignorieren);");
|
||||
|
||||
$gegenkontoBereinigt = $para_gegenkonto_id ?: null;
|
||||
|
||||
$stmt->execute(['konto_id' => $para_konto_id,
|
||||
'gegenkonto_id' => $para_gegenkonto_id,
|
||||
'gegenkonto_id' => $gegenkontoBereinigt,
|
||||
'betrag' => $para_betrag,
|
||||
'beschreibung' => $para_beschreibung,
|
||||
'datum_ausgegeben' => $para_datum_ausgegeben,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user