Revision 728f5827
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
SL/Controller/BankTransaction.pm | ||
---|---|---|
160 | 160 |
if ( $self->is_collective_transaction($bt) ) { |
161 | 161 |
foreach ( keys %sepa_exports) { |
162 | 162 |
#$main::lxdebug->message(LXDebug->DEBUG2(),"Exp ID=".$_." compare sum amount ".($sepa_exports{$_}->{amount} *1) ." == ".($bt->amount * 1)); |
163 |
if ( $bt->transactioncode eq '191' && abs(($sepa_exports{$_}->{amount} * 1) - ($bt->amount * 1)) < 0.01 ) { |
|
163 |
if ( $bt->transaction_code eq '191' && abs(($sepa_exports{$_}->{amount} * 1) - ($bt->amount * 1)) < 0.01 ) {
|
|
164 | 164 |
## jupp |
165 | 165 |
$bt->{proposals} = $sepa_exports{$_}->{invoices} ; |
166 | 166 |
$bt->{agreement} = 20; |
... | ... | |
540 | 540 |
|
541 | 541 |
sub is_collective_transaction { |
542 | 542 |
my ($self, $bt) = @_; |
543 |
return $bt->transactioncode eq "191"; |
|
543 |
return $bt->transaction_code eq "191";
|
|
544 | 544 |
} |
545 | 545 |
|
546 | 546 |
sub save_single_bank_transaction { |
Auch abrufbar als: Unified diff
BankTransaction: Spaltennamen von CamelCase in snake_case umbenannt
kivitendo nutzt rein lower-case-Spaltennamen mit Unterstrichen als
Worttrenner, kein CamelCase. Betrifft Spalten transactioncode und
transactiontext in bank_transfers.