From 94f15d66da7ec72594ddb409c96c3c33a855b8f4 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Thu, 29 Jan 2026 12:39:47 +0100 Subject: [PATCH] 29.01.26 --- modules/purchase_trade/dashboard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/purchase_trade/dashboard.py b/modules/purchase_trade/dashboard.py index d79bd81..1a8b9e2 100755 --- a/modules/purchase_trade/dashboard.py +++ b/modules/purchase_trade/dashboard.py @@ -717,6 +717,7 @@ class BotWizard(Wizard): l.lot_quantity = l.lot_qt l.lot_gross_quantity = l.lot_qt l.lot_premium = Decimal(0) + l.lot_chunk_key = None lot_id = LotQt.add_physical_lots(lqt,[l]) d.action_return = 'lot.lot,' + str(lot_id) + ',' + str(lot_id) Dashboard.save([d])