Revision 66135d67
Von Jan Büren vor fast 6 Jahren hinzugefügt
SL/Controller/BankTransaction.pm | ||
---|---|---|
663 | 663 |
payment_type => $payment_type, |
664 | 664 |
source => $source, |
665 | 665 |
memo => $memo, |
666 |
transdate => $bank_transaction->transdate->to_kivitendo);
|
|
666 |
transdate => $bank_transaction->valutadate->to_kivitendo);
|
|
667 | 667 |
# ... and record the origin via BankTransactionAccTrans |
668 | 668 |
if (scalar(@acc_ids) < 2) { |
669 | 669 |
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.