From dfc01a9901e2b9fc5e9dfd9aa9e9bb98e3032e10 Mon Sep 17 00:00:00 2001 From: FabioL <1647128+loviuz@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:34:52 +0200 Subject: [PATCH] Aggiunta gestione caratteri speciali FE --- plugins/exportFE/src/Validator.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/exportFE/src/Validator.php b/plugins/exportFE/src/Validator.php index ef94a39b6..90c393348 100755 --- a/plugins/exportFE/src/Validator.php +++ b/plugins/exportFE/src/Validator.php @@ -4443,6 +4443,8 @@ class Validator 'ò' => 'o', 'ù' => 'u', '‐' => '-', + '✓' => '-', + '●' => '-', ]); return $string;