This commit is contained in:
2026-01-20 11:30:53 +01:00
parent 51a512e568
commit da530a2211

View File

@@ -111,6 +111,7 @@ class AutomationCron(ModelSQL, ModelView):
sh.to_location = Location.getLocationByName(destination,'customer')
sh.carrier = Party.getPartyByName(carrier)
sh.vessel = Vessel.getVesselByName(vessel)
sh.cargo_mode = 'bulk'
sh.bl_number = bl_number
sh.bl_date = bl_date
sh.etd = etd_date