mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +01:00
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…
x
Reference in New Issue
Block a user