Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 17f43ff5

Von Kivitendo Admin vor fast 7 Jahren hinzugefügt

  • ID 17f43ff5eed41ff4fe630fd874905cacf4f763d8
  • Vorgänger 1a3b9961
  • Nachfolger 59320b5a

SEPA: collective_transaction nach batch_transaction umbenannt

Unterschiede anzeigen:

SL/Controller/BankTransaction.pm
155 155

  
156 156
    $bt->{remote_name} .= $bt->{remote_name_1} if $bt->{remote_name_1};
157 157

  
158
    if ( $bt->is_collective_transaction ) {
158
    if ( $bt->is_batch_transaction ) {
159 159
      foreach ( keys  %sepa_exports) {
160 160
        if ( abs(($sepa_exports{$_}->{amount} * 1) - ($bt->amount * 1)) < 0.01 ) {
161 161
          ## jupp
......
166 166
          next;
167 167
        }
168 168
      }
169
      # colletive transaction has no remotename !!
169
      # batch transaction has no remotename !!
170 170
    } else {
171 171
      next unless $bt->{remote_name};  # bank has no name, usually fees, use create invoice to assign
172 172
    }

Auch abrufbar als: Unified diff