CORE-POS/IS4C

View on GitHub
pos/is4c-nf/gui-modules/checklist.php

Summary

Maintainability
A
1 hr
Test Coverage
A
93%

Method body_content has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function body_content()
    {
        $amount = $this->form->tryGet('amt', 0);
        $dbc = Database::pDataConnect();
        $res = $dbc->query("SELECT TenderCode,TenderName FROM tenders WHERE TenderName LIKE '%check%' ORDER BY TenderName");
Severity: Minor
Found in pos/is4c-nf/gui-modules/checklist.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status