Fix small bug into company : quote not respected

This commit is contained in:
sparkyx 2026-01-01 13:40:58 +01:00
parent 0606561795
commit 18527b4318

View file

@ -151,7 +151,7 @@ EOF;
throw new \Exception ('Format facture invalide');
}
default :
$ret_value=htmlspecialchars($p_value);
$ret_value= strip_tags($p_value);
}
return $ret_value;
}