From d13e8ee5e6adf1abbaff7431d46af77ca4b49507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sun, 22 Mar 2026 10:31:41 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[dev]=20=EA=B0=95=EC=A0=9C=EC=9E=85?= =?UTF-8?q?=EA=B3=A0=20=EC=83=81=ED=83=9C=EA=B0=92=20completed=20=E2=86=92?= =?UTF-8?q?=20inspection=5Fcompleted=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/Api/V1/ReceivingController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Api/V1/ReceivingController.php b/app/Http/Controllers/Api/V1/ReceivingController.php index cddb10bd..80fbccdb 100644 --- a/app/Http/Controllers/Api/V1/ReceivingController.php +++ b/app/Http/Controllers/Api/V1/ReceivingController.php @@ -230,7 +230,7 @@ public function forceCreate(Request $request) 'supplier_lot' => 'SUP-'.rand(1000, 9999), 'receiving_location' => 'A-01-01', 'receiving_manager' => '관리자', - 'status' => 'completed', + 'status' => 'inspection_completed', 'remark' => '[개발전용] 강제 생성 입고'.($rmItem ? ' (원자재 '.$rmItem->code.' → 재공품 '.$item->code.')' : ''), 'options' => [ 'manufacturer' => str_replace('(주)', '', $supplier),