FIX: #22581
This commit is contained in:
parent
012275cb3e
commit
c002957b49
@ -265,7 +265,6 @@ if (empty($reshook)) {
|
|||||||
if (GETPOSTISSET($batch)) {
|
if (GETPOSTISSET($batch)) {
|
||||||
//shipment line with batch-enable product
|
//shipment line with batch-enable product
|
||||||
$qty .= '_'.$j;
|
$qty .= '_'.$j;
|
||||||
|
|
||||||
while (GETPOSTISSET($batch)) {
|
while (GETPOSTISSET($batch)) {
|
||||||
// save line of detail into sub_qty
|
// save line of detail into sub_qty
|
||||||
$sub_qty[$j]['q'] = GETPOST($qty, 'int'); // the qty we want to move for this stock record
|
$sub_qty[$j]['q'] = GETPOST($qty, 'int'); // the qty we want to move for this stock record
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user