CORE-POS/IS4C

View on GitHub
pos/is4c-nf/plugins/Inventory/InventoryCheck.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method getInventory has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function getInventory($upc, $description)
    {
        $dbc = Database::mDataConnect();
        if ($dbc === false || !$dbc->isConnected()) {
            return DisplayLib::boxMsg(
Severity: Major
Found in pos/is4c-nf/plugins/Inventory/InventoryCheck.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status