mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 00:10:57 +00:00
booking operations and trains scheduling also allocations
This commit is contained in:
@@ -61,7 +61,10 @@ export class ContractPricingScheduleBuilder {
|
||||
booking.destinationYard?.label ?? booking.destinationYard?.code ?? '—',
|
||||
containerLines: (booking.bookingContainers ?? []).map((c) => ({
|
||||
label:
|
||||
c.containerType?.label ?? c.containerType?.code ?? c.containerTypeId,
|
||||
c.containerType?.label ??
|
||||
c.containerType?.code ??
|
||||
c.containerTypeId ??
|
||||
'—',
|
||||
quantity: c.quantity,
|
||||
vgmPerUnitTons: Number(c.vgmPerUnitTons),
|
||||
})),
|
||||
|
||||
Reference in New Issue
Block a user