Skip to content
Snippets Groups Projects
Commit 852f82e5 authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Merge pull request #4687 from defrance/patch-106

NEW add $scandir GETPOST 
parents 23f45c7b 8c85f173
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ accessforbidden();
$type=GETPOST('type', 'alpha');
$value=GETPOST('value', 'alpha');
$action=GETPOST('action', 'alpha');
$scandir = GETPOST('scandir','alpha');
$specimenthirdparty=new Societe($db);
$specimenthirdparty->initAsSpecimen();
......
......@@ -44,6 +44,7 @@ $type=GETPOST('type', 'alpha');
$value=GETPOST('value', 'alpha');
$label = GETPOST('label','alpha');
$action=GETPOST('action', 'alpha');
$scandir = GETPOST('scandir','alpha');
$specimenthirdparty=new Societe($db);
$specimenthirdparty->initAsSpecimen();
......
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