main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit e869338703 - Show all commits

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