From 164972d5892d634665afa6190f623a1d1f0ff8c9 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 Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 56715cbb28b5412c83fe3bed993be4ab0451750a) Signed-off-by: Matt Blenkinsop --- 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 23038174c7..32ad5d1ba1 100755 --- a/t/db_dependent/SIP/Patron.t +++ b/t/db_dependent/SIP/Patron.t @@ -318,6 +318,7 @@ subtest "NoIssuesChargeGuarantees tests" => sub { value => { borrowernumber => $sibling->borrowernumber, amountoutstanding => 11.11, + debit_type_code => 'OVERDUE', } } )->store; -- 2.20.1