|
@@ -52,7 +52,7 @@ foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val);
|
|
|
|
|
|
$action=GETPOST('action', 'alpha');
|
|
|
$attrname=GETPOST('attrname', 'alpha');
|
|
|
-$elementtype='facture_fourndet'; //Must be the $table_element of the class that manage extrafield
|
|
|
+$elementtype='facture_fourn_det'; //Must be the $table_element of the class that manage extrafield
|
|
|
|
|
|
if (!$user->admin) accessforbidden();
|
|
|
|