Fix importazione fatture di acquisto

This commit is contained in:
MatteoPistorello 2021-09-01 16:29:57 +02:00
parent 09a468c32e
commit 91213c0165
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ if (isset($id_record)) {
}
// Rimozione .p7m dal nome del file (causa eventuale estrazione da ZIP)
$record['name'] = str_replace('.p7m', '', $record['name']);
$record['name'] = preg_replace('/(.+)\.p7m$/i', '{1}', $record['name']);
if (empty($record)) {
flash()->warning(tr('Nessuna fattura da importare!'));