From 8b049f1f0207e991c4b9aefae5bb0e8ca3f7520f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Thu, 12 Nov 2020 12:26:08 +0300 Subject: [PATCH] fixed invoice index page issue. --- config/search-string.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/search-string.php b/config/search-string.php index c8895694f..5362d402a 100644 --- a/config/search-string.php +++ b/config/search-string.php @@ -194,7 +194,7 @@ return [ 'route' => 'currencies.index' ], 'contact_id' => [ - 'route' => 'customer.index' + 'route' => 'customers.index' ], 'contact_name' => ['searchable' => true], 'contact_email' => ['searchable' => true],