Skip to content

Commit 364939e

Browse files
committed
Merge PR #4845 into 18.0
Signed-off-by francesco-ooops
2 parents ccfd3db + d728414 commit 364939e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

l10n_it_delivery_note/report/report_delivery_note.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,10 +304,10 @@
304304
</t>
305305
</t>
306306
<t
307-
t-if="line.product_qty != lot_line.qty_done"
307+
t-if="line.product_qty != lot_line.quantity"
308308
>
309309
qty
310-
<span t-field="lot_line.qty_done" />
310+
<span t-field="lot_line.quantity" />
311311
</t>
312312
;
313313
</t>

0 commit comments

Comments
 (0)