diff --git a/app/Services/QualityDocumentService.php b/app/Services/QualityDocumentService.php index 313ada7..bfcaeb2 100644 --- a/app/Services/QualityDocumentService.php +++ b/app/Services/QualityDocumentService.php @@ -365,6 +365,7 @@ public function availableOrders(array $params): array 'id' => $order->id, 'order_number' => $order->order_no, 'site_name' => $order->site_name ?? '', + 'client_name' => $order->client_name ?? '', 'delivery_date' => $order->delivery_date?->format('Y-m-d') ?? '', 'location_count' => $order->location_count, ])