Update supplier_invoice.php

This commit is contained in:
BENKE Charlie 2016-02-26 12:02:53 +01:00
parent 145a87030c
commit 8c85f17379

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