Fix small bug into company : quote not respected
This commit is contained in:
parent
0606561795
commit
18527b4318
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue