This commit is contained in:
2026-02-03 15:43:38 +01:00
parent 39e59b5b8b
commit 99d895c951
3 changed files with 23 additions and 0 deletions

View File

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