Revision 8e7908eb
Von Kivitendo Admin vor mehr als 9 Jahren hinzugefügt
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
Payment - falsche geschweifte Klammer bei Skonto Zahlungsvorschlag