CORE-POS/IS4C

View on GitHub
fannie/classlib2.0/data/models/op/InventoryCacheModel.php

Summary

Maintainability
A
1 hr
Test Coverage
F
8%

Method recalculateOrdered has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function recalculateOrdered($upc, $storeID)
    {
        $obj = new InventoryCacheModel($this->connection);
        $obj->upc($upc);
        $obj->storeID($storeID);
Severity: Minor
Found in fannie/classlib2.0/data/models/op/InventoryCacheModel.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status