29.01.26
This commit is contained in:
@@ -717,6 +717,7 @@ class BotWizard(Wizard):
|
|||||||
l.lot_quantity = l.lot_qt
|
l.lot_quantity = l.lot_qt
|
||||||
l.lot_gross_quantity = l.lot_qt
|
l.lot_gross_quantity = l.lot_qt
|
||||||
l.lot_premium = Decimal(0)
|
l.lot_premium = Decimal(0)
|
||||||
|
l.lot_chunk_key = None
|
||||||
lot_id = LotQt.add_physical_lots(lqt,[l])
|
lot_id = LotQt.add_physical_lots(lqt,[l])
|
||||||
d.action_return = 'lot.lot,' + str(lot_id) + ',' + str(lot_id)
|
d.action_return = 'lot.lot,' + str(lot_id) + ',' + str(lot_id)
|
||||||
Dashboard.save([d])
|
Dashboard.save([d])
|
||||||
|
|||||||
Reference in New Issue
Block a user