Skip to content

Commit

Permalink
ZUGFeRD: weiteres Feld GrossPrice gesetzt
Browse files Browse the repository at this point in the history
  • Loading branch information
kivijan committed Jan 14, 2025
1 parent 48fa6dc commit 56bd094
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SL/DB/Helper/ZUGFeRD.pm
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@ sub _line_item {
$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;
Expand Down

0 comments on commit 56bd094

Please sign in to comment.