This commit is contained in:
2026-01-18 21:22:41 +01:00
parent b55c1e3c8f
commit e869338703

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.FintradeBookingKey.as_('id'),
t.id.as_('id'),
t.ShippingInstructionNumber.as_('booking_number'),
t.BookingAgent.as_('agent'),
t.ExpectedController.as_('controller'),