02.02.26
This commit is contained in:
@@ -476,7 +476,7 @@ class ShipmentIn(metaclass=PoolMeta):
|
||||
for m in self.incoming_moves:
|
||||
if m.lot:
|
||||
lines.append(
|
||||
f"Lot nb: {m.lot.lot_number} | "
|
||||
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}"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user