From 8c3c224c073bef5710f6315a06ff23420fba9d47 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Wed, 18 Mar 2026 11:06:05 +0100 Subject: [PATCH] 18.03.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 f7c2e61..4e98aee 100644 --- a/modules/automation/automation.py +++ b/modules/automation/automation.py @@ -265,7 +265,7 @@ class AutomationDocument(ModelSQL, ModelView, Workflow): "report_date": int(wr.report_date.strftime("%Y%m%d")),#wr.report_date.isoformat() if wr.report_date else None, "weight_date": int(wr.weight_date.strftime("%Y%m%d")),#wr.weight_date.isoformat() if wr.weight_date else None, "agent": sh[0].agent.get_alf(), - "forwarder_ref": sh[0].reference + "forwarder_ref": sh[0].returned_id } logger.info("PAYLOAD:%s",wr_payload) data = doc.create_weight_report(wr_payload)