mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix var not sanitized
This commit is contained in:
@@ -38,7 +38,7 @@ $forbarcode=GETPOST('forbarcode');
|
||||
$fk_barcode_type=GETPOST('fk_barcode_type');
|
||||
$eraseallbarcode=GETPOST('eraseallbarcode');
|
||||
|
||||
$action=GETPOST('action');
|
||||
$action=GETPOST('action','aZ09');
|
||||
|
||||
$producttmp=new Product($db);
|
||||
$thirdpartytmp=new Societe($db);
|
||||
|
||||
Reference in New Issue
Block a user