mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-02 00:46:44 +01:00
fix: generazione fattura con caratteri speciali
This commit is contained in:
parent
9b3e6e5a6b
commit
092f88fcc7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user