From 8c77d1b32b6e136c780401a5120919cf68723dad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B6=8C=ED=98=81=EC=84=B1?= Date: Fri, 23 Jan 2026 14:11:02 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=8B=A0=EA=B7=9C=EA=B1=B0=EB=9E=98?= =?UTF-8?q?=EC=B2=98=20=EC=95=8C=EB=A6=BC=20=EB=A9=94=EC=8B=9C=EC=A7=80=20?= =?UTF-8?q?=EA=B0=84=EC=86=8C=ED=99=94=20=EB=B0=8F=20=EC=8B=A0=EC=9A=A9?= =?UTF-8?q?=ED=8F=89=EA=B0=80=20=EB=AA=A8=EB=8B=AC=20=EA=B2=BD=EB=A1=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 알림 메시지: "신규 거래처 :name 등록 완료" → ":name 등록" - 모달 파라미터: openModal=credit → modal=credit Co-Authored-By: Claude --- app/Services/TodayIssueObserverService.php | 2 +- lang/ko/message.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/TodayIssueObserverService.php b/app/Services/TodayIssueObserverService.php index 73081c8..b2eb875 100644 --- a/app/Services/TodayIssueObserverService.php +++ b/app/Services/TodayIssueObserverService.php @@ -249,7 +249,7 @@ public function handleClientCreated(Client $client): void content: __('message.today_issue.new_client', [ 'name' => $client->name, ]), - path: "/accounting/vendors/{$client->id}?openModal=credit", + path: "/accounting/vendors/{$client->id}?modal=credit", needsApproval: false, expiresAt: Carbon::now()->addDays(7) ); diff --git a/lang/ko/message.php b/lang/ko/message.php index caa9a9e..df98c74 100644 --- a/lang/ko/message.php +++ b/lang/ko/message.php @@ -512,7 +512,7 @@ 'expense_pending' => ':title (:amount원) 승인대기', 'tax_vat_deadline' => ':quarter분기 부가세 신고 D-:days', 'approval_pending' => ':title 승인 요청 (:drafter)', - 'new_client' => '신규 거래처 :name 등록 완료', + 'new_client' => ':name 등록', 'deposit_registered' => ':client 입금 :amount원', 'withdrawal_registered' => ':client 출금 :amount원',