fix: generazione fattura con caratteri speciali

This commit is contained in:
valentina 2024-10-08 09:51:15 +02:00
parent 4df3779254
commit fc4715754f
1 changed files with 3 additions and 2 deletions

View File

@ -1014,11 +1014,11 @@ class Validator
'℀' => 'a/c',
'℁' => 'a/s',
'' => 'C',
'℃' => '°C',
'℃' => 'C',
'℅' => 'c/o',
'℆' => 'c/u',
'ℇ' => 'Ɛ',
'℉' => '°F',
'℉' => 'F',
'' => 'g',
'' => 'H',
'' => 'H',
@ -4445,6 +4445,7 @@ class Validator
'' => '-',
'✓' => '-',
'●' => '-',
'°' => '.',
]);
return $string;