Fix: Libell forme juridique apres premiere install

This commit is contained in:
Laurent Destailleur 2005-12-07 00:55:11 +00:00
parent c35719d36d
commit 48a765b42d

View File

@ -996,6 +996,8 @@ class Form
{
global $langs;
if (! $code) return '';
$sql = "SELECT libelle FROM ".MAIN_DB_PREFIX."c_forme_juridique";
$sql.= " WHERE code='$code';";