CORE-POS/IS4C

View on GitHub
pos/is4c-nf/plugins/WfcHtmlReceipt/SavingsMessage.php

Summary

Maintainability
A
1 hr
Test Coverage

Method message has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function message($str)
    {
        $trans_num = ReceiptLib::mostRecentReceipt();
        list($emp, $reg, $trans) = explode('-', $trans_num, 3);
        $dbc = Database::tDataConnect();
Severity: Minor
Found in pos/is4c-nf/plugins/WfcHtmlReceipt/SavingsMessage.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status