delivery approve notification

This commit is contained in:
Hagernesh
2026-07-08 12:58:24 +00:00
parent 93aa40569e
commit 73baf97045
3 changed files with 15 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ export function ReadonlyBookingView({
: status === "SELECTED_FOR_BATCH");
const canApproveDelivery =
status === "COMPLETED" ||
Boolean(booking.handoverAwaitingSignature) ||
(status === "TRUCK_ASSIGNED" && Boolean(booking.customerTruckArrivedAt));
const usesCustomerTruck =
booking.tradeDirection === "IMPORT"