Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision fa503e5a

Von Sven Schöling vor mehr als 9 Jahren hinzugefügt

  • ID fa503e5aa3d09153e630967775ea3d52ecafc7e6
  • Vorgänger 467ff4b4
  • Nachfolger 6a3c29cd

BankTransactions: typo in deref

Unterschiede anzeigen:

SL/Controller/BankTransaction.pm
373 373

  
374 374
    foreach my $invoice (@invoices) {
375 375
      my $payment_type;
376
      if ( @$skonto_hash{"$bt_id"} ) {
377
        $payment_type = shift( @$skonto_hash{"$bt_id"} );
376
      if (@{ $skonto_hash->{"$bt_id"} }) {
377
        $payment_type = shift(@{ $skonto_hash->{"$bt_id"} });
378 378
      } else {
379 379
        $payment_type = 'without_skonto';
380 380
      };

Auch abrufbar als: Unified diff