This commit is contained in:
2026-02-02 15:59:20 +01:00
parent 70a0a41787
commit 38a903469c
3 changed files with 29 additions and 8 deletions

View File

@@ -310,6 +310,7 @@ class AutomationCron(ModelSQL, ModelView):
ShipmentIn.save([shipment])
shipment._create_lots_from_fintrade()
shipment.controller = shipment.get_controller()
shipment.instructions = shipment.get_instructions()
ShipmentIn.save([shipment])
trans_shipment.commit()
successful_shipments += 1