Bugzilla – Attachment 24179 Details for
Bug 11182
Warnings in circulation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11182 - Warnings in circulation
Bug-11182---Warnings-in-circulation.patch (text/plain), 1.57 KB, created by
Mark Tompsett
on 2014-01-10 19:57:03 UTC
(
hide
)
Description:
Bug 11182 - Warnings in circulation
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2014-01-10 19:57:03 UTC
Size:
1.57 KB
patch
obsolete
>From c600555d813484f81d72bd17565775c927288b50 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Fri, 10 Jan 2014 14:45:17 -0500 >Subject: [PATCH] Bug 11182 - Warnings in circulation > >This deals with the warning when Circulation system preference >'WaitingNotifyAtCheckin' is set to 'Notify' and an overdue item >is checked in. > >TEST PLAN >--------- > 0) Feel free to backup your koha-error_log file, and then toast it. > $ echo > ~/koha-dev/var/log/koha-error_log > 1) Log into staff client > 2) Koha administration > 3) Global system preferences > 4) Circulation > 5) Make sure WaitingNotifyAtCheckin is set to Notify. > 6) Check out tab > 7) Type patron's name > 8) Select patron if required > 9) Check out an item, but set the due date to be overdue. >10) Check in the overdue item. >11) Check the error log > $ cat ~/koha-dev/var/log/koha-error_log | grep 284 > NOTE: the returns.pl one that will be fixed by this. >12) Apply this patch >13) Repeat steps 6 through 7, there should no new line 284 entries. >--- > circ/returns.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/circ/returns.pl b/circ/returns.pl >index 93f36f2..e924e86 100755 >--- a/circ/returns.pl >+++ b/circ/returns.pl >@@ -281,7 +281,7 @@ if ($barcode) { > $waiting_holds++; > } > } >- if ($waiting_holds > 0) { >+ if ($waiting_holds && $waiting_holds > 0) { > $template->param( > waiting_holds => $waiting_holds, > holdsborrowernumber => $borrower->{'borrowernumber'}, >-- >1.7.9.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 11182
:
22662
|
22864
|
22865
|
24171
|
24179
|
24181
|
24196
|
24198
|
24209
|
24516
|
24517
|
24518
|
24519
|
24520
|
24522
|
24523
|
24524
|
24955
|
24956
|
24957
|
24958