Skip to content
Snippets Groups Projects
Commit 48a765b4 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Libell forme juridique apres premiere install

parent c35719d3
No related branches found
No related tags found
No related merge requests found
......@@ -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';";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment