projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
770cfea
)
Factur-X/ZUGFeRD: UStID-Nr des Kunden nur ausgeben, wenn tatsächlich angegeben
author
Moritz Bunkus
<m.bunkus@linet.de>
Thu, 26 Nov 2020 10:04:09 +0000
(11:04 +0100)
committer
Moritz Bunkus
<m.bunkus@linet.de>
Thu, 26 Nov 2020 14:44:31 +0000
(15:44 +0100)
SL/DB/Helper/ZUGFeRD.pm
patch
|
blob
|
history
diff --git
a/SL/DB/Helper/ZUGFeRD.pm
b/SL/DB/Helper/ZUGFeRD.pm
index
86daa9c
..
5455398
100644
(file)
--- a/
SL/DB/Helper/ZUGFeRD.pm
+++ b/
SL/DB/Helper/ZUGFeRD.pm
@@
-477,7
+477,7
@@
sub _buyer_trade_party {
$params{xml}->dataElement("ram:Name", _u8($self->customer->name));
_customer_postal_trade_address(%params, customer => $self->customer);
- _specified_tax_registration($self->customer->ustid, %params);
+ _specified_tax_registration($self->customer->ustid, %params)
if $self->customer->ustid
;
$params{xml}->endTag;
# </ram:BuyerTradeParty>