This commit is contained in:
Florian HENRY 2022-10-14 12:10:04 +02:00
parent e1e7ce8074
commit 012275cb3e

View File

@ -302,7 +302,6 @@ if (empty($reshook)) {
$qty .= '_'.$j;
while (GETPOSTISSET($stockLocation)) {
// save sub line of warehouse
$stockLine[$i][$j]['qty'] = price2num(GETPOST($qty, 'alpha'), 'MS');
$stockLine[$i][$j]['warehouse_id'] = GETPOST($stockLocation, 'int');
$stockLine[$i][$j]['ix_l'] = GETPOST($idl, 'int');