Skip to content

Commit 9ed091d

Browse files
committed
refactor tests
Signed-off-by: Edwin Luis Barboza Pinedo <ibarboza27498@gmail.com>
1 parent 77f0b7b commit 9ed091d

2 files changed

Lines changed: 1518 additions & 1518 deletions

File tree

xbuilder/core/src/main/resources/templates/Renderer/despatchAdvice.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
{#each detalles.orEmpty}
238238
<cac:DespatchLine>
239239
<cbc:ID>{it_index.add(1)}</cbc:ID>
240-
<cbc:DeliveredQuantity unitCode="{it.unidadMedida}">{it.cantidad}</cbc:DeliveredQuantity>
240+
<cbc:DeliveredQuantity unitCode="{it.unidadMedida}">{it.cantidad.scale(2)}</cbc:DeliveredQuantity>
241241
<cac:OrderLineReference>
242242
<cbc:LineID>{it_index.add(1)}</cbc:LineID>
243243
</cac:OrderLineReference>

0 commit comments

Comments
 (0)