Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0966a832

Von Kivitendo Admin vor mehr als 9 Jahren hinzugefügt

  • ID 0966a8326e5c0d6b46cb4ea836386ef5fca318ec
  • Vorgänger dac0c31d
  • Nachfolger 18140010

Skonto - korrekte Variablenprüfung payment_term

für den Fall, daß kein payment_term bei den ausgewählten Rechnungen gesetzt ist.

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"} }) {
376
      if ( defined $skonto_hash->{"$bt_id"} ) {
377 377
        $payment_type = shift(@{ $skonto_hash->{"$bt_id"} });
378 378
      } else {
379 379
        $payment_type = 'without_skonto';

Auch abrufbar als: Unified diff