Fix: Libell forme juridique apres premiere install
This commit is contained in:
parent
c35719d36d
commit
48a765b42d
@ -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';";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user