Merge pull request #4687 from defrance/patch-106

NEW add $scandir GETPOST
This commit is contained in:
Juanjo Menent 2016-02-26 19:52:46 +01:00
commit 852f82e55c
2 changed files with 2 additions and 0 deletions

View File

@ -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();

View File

@ -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();