View | Details | Raw Unified | Return to bug 33411
Collapse All | Expand All

(-)a/t/db_dependent/SIP/Patron.t (-1 / +1 lines)
Lines 320-325 subtest "NoIssuesChargeGuarantees tests" => sub { Link Here
320
            value  => {
320
            value  => {
321
                borrowernumber => $sibling->borrowernumber,
321
                borrowernumber => $sibling->borrowernumber,
322
                amountoutstanding => 11.11,
322
                amountoutstanding => 11.11,
323
                debit_type_code   => 'OVERDUE',
323
            }
324
            }
324
        }
325
        }
325
    )->store;
326
    )->store;
326
- 

Return to bug 33411