This commit is contained in:
@@ -64,9 +64,7 @@ class Jtl
|
||||
$data = array();
|
||||
$products = $this->productRepository->findById($prodIds);
|
||||
|
||||
foreach ($warehousesName as $wn) {
|
||||
$warehouse = $this->warehouseRepository->findByWarehouseByName($wn);
|
||||
}
|
||||
$warehouse = $this->warehouseRepository->findByWarehouseByName($warehousesName);
|
||||
|
||||
if ($warehouse) {
|
||||
foreach ($warehouse as $w) {
|
||||
|
||||
Reference in New Issue
Block a user