Revision 66135d67
Von Jan Büren vor fast 6 Jahren hinzugefügt
SL/Controller/BankTransaction.pm | ||
---|---|---|
payment_type => $payment_type,
|
||
source => $source,
|
||
memo => $memo,
|
||
transdate => $bank_transaction->transdate->to_kivitendo);
|
||
transdate => $bank_transaction->valutadate->to_kivitendo);
|
||
# ... and record the origin via BankTransactionAccTrans
|
||
if (scalar(@acc_ids) < 2) {
|
||
return {
|
Auch abrufbar als: Unified diff
BT valutadate anstelle transdate an pay_invoice
Der Tag der Buchung ist in diesem Fall der Tag der
Wertstellung, entsprechend "richtigeren" wert an pay_invoice
übergeben.