This commit is contained in:
2026-03-17 14:11:33 +01:00
parent 6b96cdbc88
commit a8d37bd766
3 changed files with 4 additions and 0 deletions

View File

@@ -312,6 +312,7 @@ class AutomationCron(ModelSQL, ModelView):
ShipmentIn.save([shipment])
inv_date,inv_nb = shipment._create_lots_from_fintrade()
shipment.controller = shipment.get_controller()
shipment.controller_target = controller
shipment.create_fee(shipment.controller)
shipment.instructions = shipment.get_instructions_html(inv_date,inv_nb)
ShipmentIn.save([shipment])