|
|
@@ -1577,7 +1577,7 @@ const sendDeliverySuccessNotification = async (order: OrderResponse, deliveryDat
|
|
|
<TableRow key={order.id}>
|
|
|
<TableCell>
|
|
|
<div>
|
|
|
- <p className="font-medium">{order.orderNo}</p>
|
|
|
+ <p className="font-medium">ORD{order.id}</p>
|
|
|
<p className="text-sm text-muted-foreground">
|
|
|
{orderTypeMap[order.orderType as keyof typeof orderTypeMap]?.label}
|
|
|
</p>
|