main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit a110019345 - Show all commits

View File

@@ -110,6 +110,7 @@ class AutomationCron(ModelSQL, ModelView):
sh.from_location = Location.getLocationByName(loading,'supplier') sh.from_location = Location.getLocationByName(loading,'supplier')
sh.to_location = Location.getLocationByName(destination,'customer') sh.to_location = Location.getLocationByName(destination,'customer')
sh.carrier = Party.getPartyByName(carrier) sh.carrier = Party.getPartyByName(carrier)
sh.supplier = Party.getPartyByName(agent)
sh.vessel = Vessel.getVesselByName(vessel) sh.vessel = Vessel.getVesselByName(vessel)
sh.cargo_mode = 'bulk' sh.cargo_mode = 'bulk'
sh.bl_number = bl_number sh.bl_number = bl_number