From b6cc97177503c72f2d7661529e5230ddf303d061 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 1 Jun 2023 18:20:14 +0000 Subject: [PATCH] Bug 33411: (follow-up) Set debit type for mocked fines Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- t/db_dependent/SIP/Patron.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/db_dependent/SIP/Patron.t b/t/db_dependent/SIP/Patron.t index d213f02e2c..d7e86eb444 100755 --- a/t/db_dependent/SIP/Patron.t +++ b/t/db_dependent/SIP/Patron.t @@ -320,6 +320,7 @@ subtest "NoIssuesChargeGuarantees tests" => sub { value => { borrowernumber => $sibling->borrowernumber, amountoutstanding => 11.11, + debit_type_code => 'OVERDUE', } } )->store; -- 2.30.2