From 0f26ea546ae147871cbed830766bc3259eb1ebf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B6=8C=ED=98=81=EC=84=B1?= Date: Thu, 5 Mar 2026 23:08:56 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20[=ED=92=88=EC=A7=88=EA=B4=80=EB=A6=AC]?= =?UTF-8?q?=20=EC=88=98=EC=A3=BC=EC=84=A0=ED=83=9D=20API=EC=97=90=20?= =?UTF-8?q?=EB=B0=9C=EC=A3=BC=EC=B2=98(client=5Fname)=20=ED=95=84=EB=93=9C?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- app/Services/QualityDocumentService.php | 1 + 1 file changed, 1 insertion(+) 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, ])