From cc5b153d5fb3a027b88589d201ff1641c730e848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Tue, 6 Sep 2022 14:03:32 +0300 Subject: [PATCH] changed icon --- app/Models/Document/Document.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Document/Document.php b/app/Models/Document/Document.php index 16309e8c6..5dd405fc2 100644 --- a/app/Models/Document/Document.php +++ b/app/Models/Document/Document.php @@ -519,7 +519,7 @@ class Document extends Model $actions[] = [ 'type' => 'button', 'title' => trans('invoices.add_payment'), - 'icon' => 'request_quote', + 'icon' => 'paid', 'url' => route('modals.documents.document.transactions.create', $this->id), 'permission' => 'read-' . $group . '-' . $permission_prefix, 'attributes' => [