This commit is contained in:
2026-01-20 17:12:07 +01:00
parent 17233d8ded
commit aeadca6f60

View File

@@ -298,7 +298,7 @@ class AutomationCron(ModelSQL, ModelView):
shipment.reference = si_number
shipment.from_location = loc_from
shipment.to_location = loc_to
shipment.carrier = carrier
shipment.carrier = None #carrier
shipment.supplier = agent
shipment.vessel = vessel
shipment.cargo_mode = 'bulk'