02.02.26
This commit is contained in:
@@ -479,8 +479,8 @@ class ShipmentIn(metaclass=PoolMeta):
|
||||
lines.append(
|
||||
"<p>"
|
||||
f"<strong>Lot nb:</strong> {m.lot.lot_name} | "
|
||||
f"<strong>Net Qt:</strong> {m.lot.get_current_quantity()} {m.lot.lot_unit.symbol} | "
|
||||
f"<strong>Gross Qt:</strong> {m.lot.get_current_gross_quantity()} {m.lot.lot_unit.symbol}"
|
||||
f"<strong>Net Qt:</strong> {m.lot.get_current_quantity()} {m.lot.lot_unit_line.symbol} | "
|
||||
f"<strong>Gross Qt:</strong> {m.lot.get_current_gross_quantity()} {m.lot.lot_unit_line.symbol}"
|
||||
"</p>"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user