27.01.26
This commit is contained in:
@@ -380,7 +380,7 @@ class AutomationDocument(ModelSQL, ModelView, Workflow):
|
||||
l.lot_gross_quantity = round(lot_gross_weight,2)
|
||||
l.lot_premium = premium
|
||||
l.lot_chunk_key = int(chunk_key)
|
||||
logger.info("ADD_LOT:%s",l)
|
||||
logger.info("ADD_LOT:%s",int(chunk_key))
|
||||
LotQt.add_physical_lots(lqt,[l])
|
||||
if sale_line:
|
||||
logger.info("CREATE_FINTRADE_WR_FOR_SL:%s",sale_line)
|
||||
|
||||
Reference in New Issue
Block a user