CORE-POS/IS4C

View on GitHub
fannie/modules/plugins2.0/OverShortTools/OsModCountReport.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function fetch_report_data()
    {
        $startID = date('Ymd', strtotime($this->form->date1));
        $endID = date('Ymd', strtotime($this->form->date2));
        $store = FormLib::get('store');
Severity: Minor
Found in fannie/modules/plugins2.0/OverShortTools/OsModCountReport.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status