CORE-POS/IS4C

View on GitHub
fannie/modules/plugins2.0/VirtualPatronage/VpAllocatePage.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    protected function post_id_view()
    {
        $dbc = $this->connection;
        $table = $this->config->get('TRANS_DB') . $dbc->sep() . 'VirtualVouchers';
        $testP = $dbc->prepare("SELECT fiscalYear FROM {$table} WHERE fiscalYear=?");
Severity: Minor
Found in fannie/modules/plugins2.0/VirtualPatronage/VpAllocatePage.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status