forked from Wavyzz/dolibarr
New: Toutes les entites (contrat, facture, propal, commande) possde un chanp note (non affich sur PDF) et un champ note public (affich sur PDF)
This commit is contained in:
@@ -282,7 +282,7 @@ function dolibarr_get_const($db, $name)
|
||||
if ($resql)
|
||||
{
|
||||
$obj=$db->fetch_object($resql);
|
||||
$value=stripslashes($obj->value);
|
||||
$value=$obj->value;
|
||||
}
|
||||
return $value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user