DemacMedia/Magento-Multi-Location-Inventory

View on GitHub
app/code/community/Demac/MultiLocationInventory/Model/Resource/Stock/Status/Index.php

Summary

Maintainability
A
1 hr
Test Coverage

Method createMissingStockRows has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function createMissingStockRows($productIds)
    {
        $productFilter = '';
        if($productIds !== false) {
            $productFilter = ' AND e.entity_id IN(' . implode(',', $productIds) . ')';

There are no issues that match your filters.

Category
Status