Revision 94976940
Von Cem Aydin vor fast 3 Jahren hinzugefügt
SL/Template/OpenDocument.pm | ||
---|---|---|
653 | 653 |
'countrycode' => $biller_countrycode, |
654 | 654 |
); |
655 | 655 |
|
656 |
my $amount; |
|
657 |
if ($form->{'qrbill_without_amount'}) { |
|
658 |
$amount = ''; |
|
659 |
} else { |
|
660 |
$amount = sprintf("%.2f", $form->parse_amount(\%::myconfig, $form->{'total'})); |
|
661 |
} |
|
662 |
|
|
656 | 663 |
my %payment_information = ( |
657 |
'amount' => sprintf("%.2f", $form->parse_amount(\%::myconfig, $form->{'total'})),
|
|
664 |
'amount' => $amount,
|
|
658 | 665 |
'currency' => $form->{'currency'}, |
659 | 666 |
); |
660 | 667 |
|
Auch abrufbar als: Unified diff
Swiss QR-Bill: Option Rechnung ohne Betrag
- Checkbox bei Rechnung hinzugefügt (eingeblendet wenn Feature aktiv,
sonst hidden)
- Integration in Odt Print Ablauf
- Übersetzung + locales lauf