From 4adf21a9a1ca0302eb4914ba80c58abd002d7c3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Wed, 26 Oct 2022 12:17:01 +0300 Subject: [PATCH] removed hard coded suggestion --- resources/views/banking/transactions/index.blade.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/resources/views/banking/transactions/index.blade.php b/resources/views/banking/transactions/index.blade.php index f469aa217..680784803 100644 --- a/resources/views/banking/transactions/index.blade.php +++ b/resources/views/banking/transactions/index.blade.php @@ -231,13 +231,6 @@ 'description' => trans('general.empty.actions.new', ['type' => trans_choice('general.expenses', 1)]), 'active_badge' => false ], - [ - 'url' => 'https://akaunting.com/premium-cloud', - 'permission' => 'create-banking-transactions', - 'text' => trans('import.title', ['type' => trans_choice('general.bank_transactions', 2)]), - 'description' => '', - 'active_badge' => false - ] ]" /> @endif