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