From 33eeabf5e12b678e0cf39b5c414e27c1912918d5 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Mon, 2 Feb 2026 17:33:40 +0100 Subject: [PATCH] 02.02.26 --- modules/purchase_trade/stock.py | 4 ++-- modules/purchase_trade/view/shipment_in_form.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/purchase_trade/stock.py b/modules/purchase_trade/stock.py index f379cca..6d70b8d 100755 --- a/modules/purchase_trade/stock.py +++ b/modules/purchase_trade/stock.py @@ -479,8 +479,8 @@ class ShipmentIn(metaclass=PoolMeta): lines.append( "

" f"Lot nb: {m.lot.lot_name} | " - f"Net Qt: {m.lot.get_current_quantity()} {m.lot.lot_unit.symbol} | " - f"Gross Qt: {m.lot.get_current_gross_quantity()} {m.lot.lot_unit.symbol}" + f"Net Qt: {m.lot.get_current_quantity()} {m.lot.lot_unit_line.symbol} | " + f"Gross Qt: {m.lot.get_current_gross_quantity()} {m.lot.lot_unit_line.symbol}" "

" ) diff --git a/modules/purchase_trade/view/shipment_in_form.xml b/modules/purchase_trade/view/shipment_in_form.xml index 1e0e20f..f06f627 100755 --- a/modules/purchase_trade/view/shipment_in_form.xml +++ b/modules/purchase_trade/view/shipment_in_form.xml @@ -125,7 +125,7 @@ this repository contains the full copyright notices and license terms. -->