main #7
@@ -111,6 +111,7 @@ class AutomationCron(ModelSQL, ModelView):
|
|||||||
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.vessel = Vessel.getVesselByName(vessel)
|
sh.vessel = Vessel.getVesselByName(vessel)
|
||||||
|
sh.cargo_mode = 'bulk'
|
||||||
sh.bl_number = bl_number
|
sh.bl_number = bl_number
|
||||||
sh.bl_date = bl_date
|
sh.bl_date = bl_date
|
||||||
sh.etd = etd_date
|
sh.etd = etd_date
|
||||||
|
|||||||
Reference in New Issue
Block a user