FIX: #22581
This commit is contained in:
parent
e1e7ce8074
commit
012275cb3e
@ -302,7 +302,6 @@ if (empty($reshook)) {
|
|||||||
$qty .= '_'.$j;
|
$qty .= '_'.$j;
|
||||||
while (GETPOSTISSET($stockLocation)) {
|
while (GETPOSTISSET($stockLocation)) {
|
||||||
// save sub line of warehouse
|
// save sub line of warehouse
|
||||||
|
|
||||||
$stockLine[$i][$j]['qty'] = price2num(GETPOST($qty, 'alpha'), 'MS');
|
$stockLine[$i][$j]['qty'] = price2num(GETPOST($qty, 'alpha'), 'MS');
|
||||||
$stockLine[$i][$j]['warehouse_id'] = GETPOST($stockLocation, 'int');
|
$stockLine[$i][$j]['warehouse_id'] = GETPOST($stockLocation, 'int');
|
||||||
$stockLine[$i][$j]['ix_l'] = GETPOST($idl, 'int');
|
$stockLine[$i][$j]['ix_l'] = GETPOST($idl, 'int');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user