CORE-POS/IS4C

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

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Method prepOrder has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function prepOrder($id)
    {
        $dbc = FannieDB::get(FannieConfig::config('OP_DB'));
        $order = new PurchaseOrderModel($dbc);
        $order->orderID($id);
Severity: Minor
Found in fannie/purchasing/exporters/WfcPdfExport.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status