Fixed pdf icon issue for document and transaction..
This commit is contained in:
@ -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' => [
|
||||
|
Reference in New Issue
Block a user