FIX Search on batch code

This commit is contained in:
Laurent Destailleur 2024-11-06 23:52:53 +01:00
parent 0ab967a27a
commit 434697e78e
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ $fk_entrepot = GETPOSTINT("fk_entrepot");
$fk_inventory = GETPOSTINT("fk_inventory");
$fk_product = GETPOSTINT("fk_product");
$reelqty = GETPOSTINT("reelqty");
$batch = GETPOSTINT("batch");
$batch = GETPOST("batch", "aZ09");
$mode = GETPOST("mode", "aZ");
$warehousefound = 0;

View File

@ -47,7 +47,7 @@ $fk_entrepot = GETPOSTINT("fk_entrepot");
$fk_inventory = GETPOSTINT("fk_inventory");
$fk_product = GETPOSTINT("fk_product");
$reelqty = GETPOSTINT("reelqty");
$batch = GETPOSTINT("batch");
$batch = GETPOST("batch", "aZ09");
$mode = GETPOST("mode", "aZ");
$warehousefound = 0;