2
0
forked from Wavyzz/dolibarr

Fix bad name of function

This commit is contained in:
Laurent Destailleur
2019-11-22 15:35:19 +01:00
parent 886c763573
commit 24bb345ee1
25 changed files with 25 additions and 25 deletions

View File

@@ -59,7 +59,7 @@ $hookmanager->initHooks(array('myobjectnote', 'globalcard')); // Note that conf-
$extrafields->fetch_name_optionals_label($object->table_element);
// Security check - Protection if external user
//if ($user->socid > 0) access_forbidden();
//if ($user->socid > 0) accessforbidden();
//if ($user->socid > 0) $socid = $user->socid;
//$result = restrictedArea($user, 'mymodule', $id);