Bugzilla – Attachment 136006 Details for
Bug 20262
Add ability to refund lost item fees without creating credits
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20262: (QA followup) Fix spelling errors
Bug-20262-QA-followup-Fix-spelling-errors.patch (text/plain), 1.62 KB, created by
Kyle M Hall (khall)
on 2022-06-13 10:52:52 UTC
(
hide
)
Description:
Bug 20262: (QA followup) Fix spelling errors
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2022-06-13 10:52:52 UTC
Size:
1.62 KB
patch
obsolete
>From f61e915212e0665df5886e1fc56812e082f19ca7 Mon Sep 17 00:00:00 2001 >From: Kyle Hall <kyle@bywatersolutions.com> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20262
:
72029
|
72030
|
75470
|
75503
|
75532
|
94099
|
127018
|
127285
|
127286
|
134555
|
136006
|
136007
|
139543
|
139544
|
139545