Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8e7908eb

Von Kivitendo Admin vor fast 9 Jahren hinzugefügt

  • ID 8e7908eb9db56a7661a69cf91561ee067760ab5b
  • Vorgänger 5bc87ade
  • Nachfolger c51601f0

Payment - falsche geschweifte Klammer bei Skonto Zahlungsvorschlag

Unterschiede anzeigen:

SL/DB/Helper/Payment.pm
558 558
           push(@options, { payment_type => 'without_skonto', display => t8('without skonto') });
559 559
           push(@options, { payment_type => 'with_skonto_pt', display => t8('with skonto acc. to pt'), selected => 1 });
560 560
         } else {
561
           push(@options, { payment_type => 'without_skonto', display => t8('without skonto') }, selected => 1 );
561
           push(@options, { payment_type => 'without_skonto', display => t8('without skonto') , selected => 1 });
562 562
           push(@options, { payment_type => 'with_skonto_pt', display => t8('with skonto acc. to pt')});
563 563
         };
564 564
  };

Auch abrufbar als: Unified diff