Revision 56bd0945
SL/DB/Helper/ZUGFeRD.pm | ||
---|---|---|
$params{xml}->endTag;
|
||
|
||
$params{xml}->startTag("ram:SpecifiedLineTradeAgreement");
|
||
$params{xml}->startTag("ram:GrossPriceProductTradePrice");
|
||
$params{xml}->dataElement("ram:ChargeAmount", _r2($item_ptc->{sellprice}));
|
||
$params{xml}->endTag;
|
||
$params{xml}->startTag("ram:NetPriceProductTradePrice");
|
||
$params{xml}->dataElement("ram:ChargeAmount", _r2($item_ptc->{sellprice}));
|
||
$params{xml}->endTag;
|
Auch abrufbar als: Unified diff
ZUGFeRD: weiteres Feld GrossPrice gesetzt