mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX Search on batch code
This commit is contained in:
parent
0ab967a27a
commit
434697e78e
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user