13.02.26
This commit is contained in:
@@ -730,7 +730,7 @@ class SaleLine(metaclass=PoolMeta):
|
||||
lot.sale_line = line.id
|
||||
lot.lot_qt = line.quantity
|
||||
lot.lot_unit_line = line.unit
|
||||
lot.lot_quantity = line.quantity
|
||||
lot.lot_quantity = round(line.quantity,5)
|
||||
lot.lot_status = 'forecast'
|
||||
lot.lot_type = 'virtual'
|
||||
lot.lot_product = line.product
|
||||
|
||||
Reference in New Issue
Block a user