Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7e140ea8

Von Moritz Bunkus vor fast 5 Jahren hinzugefügt

  • ID 7e140ea8bda12016a691f46310446cb52cd769f7
  • Vorgänger b7c38d99
  • Nachfolger 27e9e34d

ZUGFeRD: Verkäufer-UStID ist über Validierung erzwungen vorhanden

Unterschiede anzeigen:

SL/DB/Helper/ZUGFeRD.pm
415 415
  }
416 416

  
417 417
  my $ustid_nr = $::instance_conf->get_co_ustid;
418
  if ($ustid_nr) {
419
    $ustid_nr = "DE$ustid_nr" unless $ustid_nr =~ m{^[A-Z]{2}};
420
    #         <ram:SpecifiedTaxRegistration>
421
    $params{xml}->startTag("ram:SpecifiedTaxRegistration");
422
    $params{xml}->dataElement("ram:ID", _u8($ustid_nr), "schemeID" => "VA");
423
    $params{xml}->endTag;
424
    #         </ram:SpecifiedTaxRegistration>
425
  }
418
  $ustid_nr    = "DE$ustid_nr" unless $ustid_nr =~ m{^[A-Z]{2}};
419
  #         <ram:SpecifiedTaxRegistration>
420
  $params{xml}->startTag("ram:SpecifiedTaxRegistration");
421
  $params{xml}->dataElement("ram:ID", _u8($ustid_nr), "schemeID" => "VA");
422
  $params{xml}->endTag;
423
  #         </ram:SpecifiedTaxRegistration>
426 424

  
427 425
  $params{xml}->endTag;
428 426
  #     </ram:SellerTradeParty>

Auch abrufbar als: Unified diff