Bugzilla – Attachment 43777 Details for
Bug 7560
SIP Self Checkout Ignoring Fines Thresholds for Not Being able to Check Out Books
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7560 [QA Followup] - Fix string name conflict, add screen message
Bug-7560-QA-Followup---Fix-string-name-conflict-ad.patch (text/plain), 1.22 KB, created by
Kyle M Hall (khall)
on 2015-10-22 18:32:50 UTC
(
hide
)
Description:
Bug 7560 [QA Followup] - Fix string name conflict, add screen message
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-10-22 18:32:50 UTC
Size:
1.22 KB
patch
obsolete
>From fc0b96ee38877e8bcd62c7793adb3c5c7091f42c Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 22 Oct 2015 14:32:04 -0400 >Subject: [PATCH] Bug 7560 [QA Followup] - Fix string name conflict, add screen message > >--- > C4/SIP/ILS/Transaction/Renew.pm | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/C4/SIP/ILS/Transaction/Renew.pm b/C4/SIP/ILS/Transaction/Renew.pm >index 66bdb6e..1cda050 100644 >--- a/C4/SIP/ILS/Transaction/Renew.pm >+++ b/C4/SIP/ILS/Transaction/Renew.pm >@@ -48,7 +48,7 @@ sub do_renew_for { > > unless ( C4::Accounts::GetTotalFines($borrower->{borrowernumber}) < C4::Context->preference('OPACFineNoRenewals') ) { > $renewokay = 0; >- $renewerror = 'too_many_fines' >+ $renewerror = 'fines_exceed_OPACFineNoRenewals' > } > > if ($renewokay){ >@@ -62,6 +62,7 @@ sub do_renew_for { > } else { > $renewerror=~s/on_reserve/Item unavailable due to outstanding holds/; > $renewerror=~s/too_many/Item has reached maximum renewals/; >+ $renewerror=~s/fines_exceed_OPACFineNoRenewals/Total fines owed exceeds amount that would allow renewal/; > $self->screen_msg($renewerror); > $self->renewal_ok(0); > } >-- >1.7.2.5
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 7560
:
7772
|
11475
|
16044
|
16045
|
16047
|
16048
|
18194
|
18195
|
18196
|
18198
|
18199
|
18200
|
20004
|
20005
|
20006
|
42595
|
42596
|
42597
|
43587
|
43777
|
50398