diff --git a/htdocs/admin/supplier_invoice.php b/htdocs/admin/supplier_invoice.php index 92992490ac3..6fa692f47fc 100644 --- a/htdocs/admin/supplier_invoice.php +++ b/htdocs/admin/supplier_invoice.php @@ -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(); diff --git a/htdocs/admin/supplier_order.php b/htdocs/admin/supplier_order.php index dc3db7a0036..50eb9c9a322 100644 --- a/htdocs/admin/supplier_order.php +++ b/htdocs/admin/supplier_order.php @@ -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();