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