Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 99d8b7c6

Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt

S:C:BankTransaction: nicht initialisierter Wert: Warnungen vermeiden

Unterschiede anzeigen:

SL/Controller/BankTransaction.pm
669 669

  
670 670
      my ($payment_type, $free_skonto_amount);
671 671
      if ( defined $::form->{invoice_skontos}->{"$bt_id"} ) {
672
        $payment_type = shift(@{ $::form->{invoice_skontos}->{"$bt_id"} });
672
        $payment_type = shift(@{ $::form->{invoice_skontos}->{"$bt_id"} }) || '';
673 673
      } else {
674 674
        $payment_type = 'without_skonto';
675 675
      }

Auch abrufbar als: Unified diff