From 985f4dc19d8e6bbc7b860c700f620f99834216df Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Mon, 26 Jan 2026 20:48:41 +0100 Subject: [PATCH] 26.01.26 --- modules/automation/automation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/automation/automation.py b/modules/automation/automation.py index 54cc348..40fdebc 100644 --- a/modules/automation/automation.py +++ b/modules/automation/automation.py @@ -225,8 +225,8 @@ class AutomationDocument(ModelSQL, ModelView, Workflow): t.SELL_INV_AMOUNT, t.SALE_INVOICE_DATE, t.SELL_PREMIUM, - t.SALE_CONTRACT, - t.DECLARATION_KEY, + t.SALE_CONTRACT_NUMBER, + t.SALE_DECLARATION_KEY, where=(t.BOOKING_NUMBER == sh[0].bl_number) ))