CORE-POS/IS4C

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

Summary

Maintainability
A
1 hr
Test Coverage
A
94%

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

    function body_content()
    {
        $input = $this->form->tryGet('in');
        $dbc = Database::pDataConnect();
        $res = $dbc->query("SELECT dept_no,dept_name FROM departments ORDER BY dept_name");
Severity: Minor
Found in pos/is4c-nf/gui-modules/deptlist.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status