CORE-POS/IS4C

View on GitHub
fannie/ordering/OrderDeptMap.php

Summary

Maintainability
A
1 hr
Test Coverage
B
84%

Method get_view has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function get_view()
    {
        $this->connection->selectDB($this->config->get('TRANS_DB'));
        $dbc = $this->connection;
        $model = new SpecialOrderDeptMapModel($this->connection);
Severity: Minor
Found in fannie/ordering/OrderDeptMap.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status