CORE-POS/IS4C

View on GitHub
fannie/item/modules/CatalogModule.php

Summary

Maintainability
A
2 hrs
Test Coverage
D
63%

Method showEditForm has 69 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function showEditForm($upc, $display_mode=1, $expand_mode=1)
    {
        $upc = BarcodeLib::padUPC($upc);
        $dbc = $this->db();
        $listP = $dbc->prepare('SELECT i.vendorID, v.vendorName, i.sku, i.units, i.description, i.cost
Severity: Major
Found in fannie/item/modules/CatalogModule.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status