Index: src/stock-adjustment-mobile/add-products-page/add-product-page.jsx =================================================================== diff -u -N -r14d88fc7e9bf0d7ea8a0020a2777c017abb3b427 -rcc51a07104241eccae02f0a18b5df64289fed08d --- src/stock-adjustment-mobile/add-products-page/add-product-page.jsx (.../add-product-page.jsx) (revision 14d88fc7e9bf0d7ea8a0020a2777c017abb3b427) +++ src/stock-adjustment-mobile/add-products-page/add-product-page.jsx (.../add-product-page.jsx) (revision cc51a07104241eccae02f0a18b5df64289fed08d) @@ -60,7 +60,7 @@ if (newItemsVal.items[0].hasOwnProperty('lot')) { delete newItemsVal.items[0].lot; } - return newItemsVal.items + return newItemsVal.items; } } },