From f61e915212e0665df5886e1fc56812e082f19ca7 Mon Sep 17 00:00:00 2001 From: Kyle Hall Date: Mon, 13 Jun 2022 06:52:28 -0400 Subject: [PATCH] Bug 20262: (QA followup) Fix spelling errors --- Koha/Item.pm | 2 +- t/db_dependent/Circulation.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/Item.pm b/Koha/Item.pm index 72a716d61c..6ffcb89bef 100644 --- a/Koha/Item.pm +++ b/Koha/Item.pm @@ -1148,7 +1148,7 @@ sub _set_found_trigger { # "refund_unpaid" # # In that case only unpaid/outstanding amount - # will be credited wich settles the debt without + # will be credited which settles the debt without # creating extra credits my $credit_offsets = $lost_charge->debit_offsets( diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t index 0e07c90f9a..be2a3637f1 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -3399,7 +3399,7 @@ subtest 'AddReturn | is_overdue' => sub { $lost_fee_line->discard_changes; is( int($lost_fee_line->amountoutstanding) , 0, 'The LOST amountoutstanding is zero after returning lost item with full payment' ); - is( $lost_fee_line->status, 'FOUND', 'The FOUND status was set for lost item iwth partial payment' ); + is( $lost_fee_line->status, 'FOUND', 'The FOUND status was set for lost item with partial payment' ); is( int($patron->account->balance), 0, -- 2.30.2