From 62537b2560e206bc41400d7d088544a4c9fe669d Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 19 Apr 2023 12:21:55 +0000 Subject: [PATCH] Bug 32450: (QA follow-up) Fix SIP/Transaction.t Content-Type: text/plain; charset=utf-8 You forgot this one, Matt. Comment29 :) Signed-off-by: Marcel de Rooy --- t/db_dependent/SIP/Transaction.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/db_dependent/SIP/Transaction.t b/t/db_dependent/SIP/Transaction.t index 213dba62af..232e6456a5 100755 --- a/t/db_dependent/SIP/Transaction.t +++ b/t/db_dependent/SIP/Transaction.t @@ -559,6 +559,7 @@ subtest do_checkout_with_sysprefs_override => sub { value => { borrowernumber => $patron_under_noissuescharge->borrowernumber, amountoutstanding => 4, + debit_type_code => 'OVERDUE', } } ); @@ -579,6 +580,7 @@ subtest do_checkout_with_sysprefs_override => sub { value => { borrowernumber => $patron_over_noissuescharge->borrowernumber, amountoutstanding => 6, + debit_type_code => 'OVERDUE', } } ); @@ -677,6 +679,7 @@ subtest do_checkout_with_patron_blocked => sub { value => { borrowernumber => $fines_patron->borrowernumber, amountoutstanding => 10, + debit_type_code => 'OVERDUE', } } ); -- 2.30.2