Skip to content

Commit

Permalink
Fix ubl_template picking, always return DeliveredQuantity
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilmanuel committed Nov 14, 2024
1 parent 05e2eb8 commit 9a6d755
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions base_wamas_ubl/lib/wamas/ubl_template/picking.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,8 @@
</cac:GrossWeightMeasure>
</cac:Shipment>
<cbc:ID><t t-raw="line.IvAusp_HostPosNr" /></cbc:ID>
<t t-raw="line.Mngs_Mng or line.IvAusp_LiefMngsWamas_Mng" />
<cbc:DeliveredQuantity
t-if="line.Mngs_Mng"
t-att-unitCode="line.IvArt_Bestand_Einheit"
unitCodeListAgencyName="WAMAS"
>
<t t-raw="line.Mngs_Mng" />
</cbc:DeliveredQuantity>
<cbc:DeliveredQuantity
t-if="line.IvAusp_LiefMngsWamas_Mng"
t-att-unitCode="line.IvArt_Bestand_Einheit"
unitCodeListAgencyName="WAMAS"
>
Expand Down

0 comments on commit 9a6d755

Please sign in to comment.