main #7

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

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'