CORE-POS/IS4C

View on GitHub
fannie/ordering/SpecialOrderLib.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method createEmptyOrder has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function createEmptyOrder()
    {
        $dbc = $this->dbc;
        $dbc->selectDB($this->config->get('OP_DB'));
        $TRANS = $this->config->get('TRANS_DB') . $dbc->sep();
Severity: Minor
Found in fannie/ordering/SpecialOrderLib.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status