This commit is contained in:
2026-01-20 11:40:44 +01:00
parent da530a2211
commit a110019345

View File

@@ -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