Aggiunta estensione pdf agli allegati delle email
This commit is contained in:
parent
0097aa04cc
commit
4006d3f980
|
@ -231,7 +231,7 @@ if (filter('op') == 'link_file' || filter('op') == 'unlink_file') {
|
|||
|
||||
$attachments[] = [
|
||||
'path' => $filename,
|
||||
'name' => $print['title'],
|
||||
'name' => $print['title'].'.pdf',
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue