Revision d4c8d791
Von Cem Aydin vor etwa 1 Jahr hinzugefügt
SL/IS.pm | ||
---|---|---|
636 | 636 |
my $biller_countrycode = SL::Helper::ISO3166::map_name_to_alpha_2_code($biller_country); |
637 | 637 |
$form->{qrbill_biller_countrycode} = $biller_countrycode; |
638 | 638 |
|
639 |
my $customer_country = $form->{'country'} || 'CH'; |
|
639 |
my $customer_country = $form->{billing_address_id} ? |
|
640 |
$form->{'billing_address_country'} || 'CH' : |
|
641 |
$form->{'country'} || 'CH'; |
|
640 | 642 |
my $customer_countrycode = SL::Helper::ISO3166::map_name_to_alpha_2_code($customer_country); |
641 | 643 |
$form->{qrbill_customer_countrycode} = $customer_countrycode; |
642 | 644 |
|
Auch abrufbar als: Unified diff
Schweizer QR-Rechnung: Zusätzliche Rechnungsadressen in QR-Code Ausgabe eingebaut