diff --git a/app/Services/TodayIssueObserverService.php b/app/Services/TodayIssueObserverService.php index 28a0ca5..73081c8 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}", + path: "/accounting/vendors/{$client->id}?openModal=credit", needsApproval: false, expiresAt: Carbon::now()->addDays(7) );