CORE-POS/IS4C

View on GitHub
pos/is4c-nf/plugins/ItemSearchWefcToronto/ItemSearchAll_WEFC_Toronto.php

Summary

Maintainability
A
1 hr
Test Coverage

Method search has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function search($str)
    {
        $ret = array();
        $sql = Database::pDataConnect();
        if (!$sql->table_exists('productUser')) {

    There are no issues that match your filters.

    Category
    Status