This commit is contained in:
Laurent Destailleur 2013-07-14 01:49:43 +02:00
parent 89d8eb19c0
commit a1e7663614

View File

@ -39,7 +39,7 @@ $langs->load("companies");
$id = GETPOST('facid','int')?GETPOST('facid','int'):GETPOST('id','int');
$action=GETPOST('action','alpha');
$confirm=GETPOST('confirm','alpha');
$ref = GETPOST('ref','alpha');
$ref = GETPOST('ref','alpha');
// Security check
if ($user->societe_id) $socid=$user->societe_id;