From 661d38404a914056443b8e52503a4b5205314d18 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Sun, 18 Jan 2026 21:28:40 +0100 Subject: [PATCH] 18.01.26 --- modules/automation/freight_booking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/automation/freight_booking.py b/modules/automation/freight_booking.py index cd89e4f..080eb4f 100644 --- a/modules/automation/freight_booking.py +++ b/modules/automation/freight_booking.py @@ -29,7 +29,7 @@ class FreightBookingInfo(ModelSQL, ModelView): CurrentTimestamp().as_('create_date'), Literal(None).as_('write_uid'), Literal(None).as_('write_date'), - t.id.as_('id'), + (t.FintradeBookingKey+t.ShippingInstructionNumber).as_('id'), t.ShippingInstructionNumber.as_('booking_number'), t.BookingAgent.as_('agent'), t.ExpectedController.as_('controller'),