20.01.26
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user