mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 13:05:44 +00:00
enhance shipment form and booking process
This commit is contained in:
@@ -50,8 +50,11 @@ export class TrainSchedulesRepository extends BaseRepository<TrainSchedule> {
|
||||
company: true,
|
||||
originYard: true,
|
||||
destinationYard: true,
|
||||
bookingContainers: { containerType: true },
|
||||
cargoType: true,
|
||||
// wagonTypes feed grossBookingWeightTons the REAL tare of the
|
||||
// wagon type the booking rides — without them it falls back to
|
||||
// default tares and the workspace gross drifts from the validator.
|
||||
bookingContainers: { containerType: { wagonTypes: true } },
|
||||
cargoType: { wagonTypes: true },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user