Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d4c8d791

Von Cem Aydin vor etwa 1 Jahr hinzugefügt

  • ID d4c8d791d61c9776a5152a6611347cdf4042b462
  • Vorgänger 2fc5a475
  • Nachfolger 1ebe25fa

Schweizer QR-Rechnung: Zusätzliche Rechnungsadressen in QR-Code Ausgabe eingebaut

Unterschiede anzeigen:

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