Revision ec4cffa8
Von Moritz Bunkus vor etwa 4 Jahren hinzugefügt
SL/DB/Helper/ZUGFeRD.pm | ||
---|---|---|
477 | 477 |
$params{xml}->dataElement("ram:Name", _u8($self->customer->name)); |
478 | 478 |
|
479 | 479 |
_customer_postal_trade_address(%params, customer => $self->customer); |
480 |
_specified_tax_registration($self->customer->ustid, %params); |
|
480 |
_specified_tax_registration($self->customer->ustid, %params) if $self->customer->ustid;
|
|
481 | 481 |
|
482 | 482 |
$params{xml}->endTag; |
483 | 483 |
# </ram:BuyerTradeParty> |
Auch abrufbar als: Unified diff
Factur-X/ZUGFeRD: UStID-Nr des Kunden nur ausgeben, wenn tatsächlich angegeben