Skip to content

Commit

Permalink
update fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilmanuel committed Nov 20, 2024
1 parent 61cc71c commit 2dbda9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
12 changes: 3 additions & 9 deletions base_wamas_ubl/lib/wamas/ubl_template/picking.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,18 +139,12 @@
</cac:Shipment>
<cbc:ID><t t-raw="line.IvAusp_HostPosNr" /></cbc:ID>
<cbc:DeliveredQuantity
t-if="line.Mngs_Mng or line.Mngs_Mng == 0"
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 or line.IvAusp_LiefMngsWamas_Mng == 0"
t-att-unitCode="line.IvArt_Bestand_Einheit"
unitCodeListAgencyName="WAMAS"
>
<t t-raw="line.IvAusp_LiefMngsWamas_Mng" />
<t
t-raw="hasattr(line,'Mngs_Mng') and line.Mngs_Mng or (hasattr(line, 'IvAusp_LiefMngsWamas_Mng') and line.IvAusp_LiefMngsWamas_Mng) or 0.0"
/>
</cbc:DeliveredQuantity>
<cac:OrderLineReference>
<cbc:LineID />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@
<cbc:DeliveredQuantity unitCode="TETRA" unitCodeListAgencyName="WAMAS">
0.0
</cbc:DeliveredQuantity>

<cac:OrderLineReference>
<cbc:LineID/>
</cac:OrderLineReference>
Expand Down

0 comments on commit 2dbda9d

Please sign in to comment.