From e2fc7178c4cda3c7cc14994bc8b8c877d4a84998 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Mon, 26 Jan 2026 21:06:23 +0100 Subject: [PATCH] 26.01.26 --- modules/automation/automation.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/automation/automation.py b/modules/automation/automation.py index b451c71..3cc8e95 100644 --- a/modules/automation/automation.py +++ b/modules/automation/automation.py @@ -227,11 +227,11 @@ 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 == sh[0].bl_number) ) - - cursor.execute(*query) logger.info("QUERY:%s",*query) + cursor.execute(*query) + rows = cursor.fetchall() logger.info("ROWS:%s",rows) if rows: