Skip to content
Snippets Groups Projects
Commit e402c9cd authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: use propal instead propale

parent dcfc34e6
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,8 @@ $hideref = (GETPOST('hideref','int') ? GETPOST('hideref','int') : (! empty($co
$NBLINES=4;
// Security check
$module='propale';
$module='propal';
$dbtable='';
if (isset($socid))
{
$objectid=$socid;
......@@ -84,8 +85,6 @@ if (isset($socid))
else if (isset($id) && $id > 0)
{
$objectid=$id;
$module='propale';
$dbtable='propal';
}
if ($user->societe_id) $socid=$user->societe_id;
$result = restrictedArea($user, $module, $objectid, $dbtable);
......
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