mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-08 23:58:42 +01:00
Fix sostituzione caratteri fattura elettronica
This commit is contained in:
parent
4940a792ff
commit
842bf407ba
@ -644,7 +644,7 @@ class Validator
|
|||||||
'…' => '...',
|
'…' => '...',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$output = preg_replace('/[^ -~òèéàùì]+/', ' ', $output);
|
$output = preg_replace('/[^ -~òèéàùì°]+/', ' ', $output);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Riduzione delle dimensioni
|
// Riduzione delle dimensioni
|
||||||
|
Loading…
x
Reference in New Issue
Block a user