From 72b1d4ffcd801bedcc06c37988e47111447d161c Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Mon, 26 Jan 2026 21:14:21 +0100 Subject: [PATCH] 26.01.26 --- modules/automation/automation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/automation/automation.py b/modules/automation/automation.py index 3cc8e95..83b5f8c 100644 --- a/modules/automation/automation.py +++ b/modules/automation/automation.py @@ -227,7 +227,7 @@ class AutomationDocument(ModelSQL, ModelView, Workflow): t.SELL_PREMIUM, t.SALE_CONTRACT_NUMBER, t.SALE_DECLARATION_KEY, - # where=(t.BOOKING_NUMBER == sh[0].bl_number) + where=(t.BOOKING_NUMBER == int(sh[0].bl_number)) ) logger.info("QUERY:%s",*query) cursor.execute(*query)