CORE-POS/IS4C

View on GitHub
fannie/purchasing/exporters/DefaultPdfPoExport.php

Summary

Maintainability
A
2 hrs
Test Coverage
F
0%

Method buildPDF has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function buildPDF($id){
        global $FANNIE_OP_DB;
        $dbc = FannieDB::get($FANNIE_OP_DB);
        
        $order = new PurchaseOrderModel($dbc);
Severity: Major
Found in fannie/purchasing/exporters/DefaultPdfPoExport.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status