From: Moritz Bunkus Date: Tue, 3 Mar 2020 11:46:42 +0000 (+0100) Subject: ZUGFeRD: Verkäufer-UStID ist über Validierung erzwungen vorhanden X-Git-Tag: release-3.5.6.1~245^2~17 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=7e140ea8bda12016a691f46310446cb52cd769f7;p=kivitendo-erp.git ZUGFeRD: Verkäufer-UStID ist über Validierung erzwungen vorhanden --- diff --git a/SL/DB/Helper/ZUGFeRD.pm b/SL/DB/Helper/ZUGFeRD.pm index d4e5b4294..8b554283a 100644 --- a/SL/DB/Helper/ZUGFeRD.pm +++ b/SL/DB/Helper/ZUGFeRD.pm @@ -415,14 +415,12 @@ sub _seller_trade_party { } my $ustid_nr = $::instance_conf->get_co_ustid; - if ($ustid_nr) { - $ustid_nr = "DE$ustid_nr" unless $ustid_nr =~ m{^[A-Z]{2}}; - # - $params{xml}->startTag("ram:SpecifiedTaxRegistration"); - $params{xml}->dataElement("ram:ID", _u8($ustid_nr), "schemeID" => "VA"); - $params{xml}->endTag; - # - } + $ustid_nr = "DE$ustid_nr" unless $ustid_nr =~ m{^[A-Z]{2}}; + # + $params{xml}->startTag("ram:SpecifiedTaxRegistration"); + $params{xml}->dataElement("ram:ID", _u8($ustid_nr), "schemeID" => "VA"); + $params{xml}->endTag; + # $params{xml}->endTag; #