This commit is contained in:
2026-01-18 21:28:40 +01:00
parent e869338703
commit 661d38404a

View File

@@ -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'),