diff --git a/app/Models/Banking/Transaction.php b/app/Models/Banking/Transaction.php index 0514df226..5b8cd940e 100644 --- a/app/Models/Banking/Transaction.php +++ b/app/Models/Banking/Transaction.php @@ -510,7 +510,7 @@ class Transaction extends Model try { $actions[] = [ 'title' => trans('general.download_pdf'), - 'icon' => 'pdf', + 'icon' => 'picture_as_pdf', 'url' => route($prefix. '.pdf', $this->id), 'permission' => 'read-banking-transactions', 'attributes' => [ diff --git a/app/Models/Document/Document.php b/app/Models/Document/Document.php index b5c36f4b5..d1642d1e3 100644 --- a/app/Models/Document/Document.php +++ b/app/Models/Document/Document.php @@ -539,7 +539,7 @@ class Document extends Model try { $actions[] = [ 'title' => trans('general.download_pdf'), - 'icon' => 'pdf', + 'icon' => 'picture_as_pdf', 'url' => route($prefix . '.pdf', $this->id), 'permission' => 'read-' . $group . '-' . $permission_prefix, 'attributes' => [