2
0
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:
Laurent Destailleur
2006-02-12 15:54:21 +00:00
parent 31119933d7
commit 0b2724ead3
7 changed files with 246 additions and 117 deletions

View File

@@ -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;
}