From a1100193451f9e902881a581e9ed52fe40c29030 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Tue, 20 Jan 2026 11:40:44 +0100 Subject: [PATCH] 20.01.26 --- modules/automation/cron.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/automation/cron.py b/modules/automation/cron.py index 6d786da..e95a8f4 100644 --- a/modules/automation/cron.py +++ b/modules/automation/cron.py @@ -110,6 +110,7 @@ class AutomationCron(ModelSQL, ModelView): sh.from_location = Location.getLocationByName(loading,'supplier') sh.to_location = Location.getLocationByName(destination,'customer') sh.carrier = Party.getPartyByName(carrier) + sh.supplier = Party.getPartyByName(agent) sh.vessel = Vessel.getVesselByName(vessel) sh.cargo_mode = 'bulk' sh.bl_number = bl_number