Skip to content

Commit

Permalink
fix konto-sync: gvcode was droped in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-staab committed Jan 21, 2025
1 parent 9dcca24 commit c2b8160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy/lib/booking/konto/FintsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ protected function saveStatements(StatementOfAccount $statements, int $kontoId):
'saldo' => $this->convertCentForDB($saldoCent),
'zweck' => $transaction->getMainDescription(),
'comment' => $transaction->getTextKeyAddition(),
'gvcode' => $transaction->getBookingCode(),
//'gvcode' => $transaction->getBookingCode(), // deprecated since csv import
'customer_ref' => $transaction->getEndToEndID(),
];
AuslagenHandler2::hookZahlung($transaction->getMainDescription());
Expand Down

0 comments on commit c2b8160

Please sign in to comment.