Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 12797404

Von Cem Aydin vor mehr als 2 Jahren hinzugefügt

  • ID 1279740496219c11d6f71b68c1463b1d417396e9
  • Vorgänger 9c81991b
  • Nachfolger 892ced33

Swiss QR-Bill: Beim Erzeugen der QR-Rechnung Schweiz als Standardwert für das Land beim Kunden verwenden

Unterschiede anzeigen:

SL/Template/OpenDocument.pm
665 665
    'currency' => $form->{'currency'},
666 666
  );
667 667

  
668
  my $customer_countrycode = SL::Helper::ISO3166::map_name_to_alpha_2_code($form->{'country'});
668
  my $country = $form->{'country'} || 'CH';
669
  my $customer_countrycode = SL::Helper::ISO3166::map_name_to_alpha_2_code($country);
669 670
  if (!$customer_countrycode) {
670 671
    $::form->error($::locale->text('Error mapping customer countrycode.'));
671 672
  }

Auch abrufbar als: Unified diff