feat: empty container Import

This commit is contained in:
hager
2026-09-04 22:43:20 +00:00
parent 2b6c78cf71
commit 3fb5cdf29f
36 changed files with 968 additions and 49 deletions

View File

@@ -140,6 +140,8 @@ export class ContractViewModelBuilder {
const rateSchedule = await this.rateScheduleBuilder.build(
template.direction,
template.freight,
// Empty bookings print the empty tariff, never the laden lane prices.
booking.cargoCondition,
);
const signatures = await this.loadSignatures(bookingId);
const logoImageUrl = await this.logoSettings.getLogoImageUrl();