Bugzilla – Attachment 10779 Details for
Bug 8422
Fix impossible warning in circulation.pl when OverduesBlockCirc set to Block
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8422: Fix impossible warning in circulation.pl when OverduesBlockCirc set to Block
0001-Bug-8422-Fix-impossible-warning-in-circulation.pl-wh.patch (text/plain), 1.26 KB, created by
David Cook
on 2012-07-12 01:30:56 UTC
(
hide
)
Description:
Bug 8422: Fix impossible warning in circulation.pl when OverduesBlockCirc set to Block
Filename:
MIME Type:
Creator:
David Cook
Created:
2012-07-12 01:30:56 UTC
Size:
1.26 KB
patch
obsolete
>From b5e882d75b3e0a1424b98f6800abf5134d55ff37 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Thu, 12 Jul 2012 11:26:56 +1000 >Subject: [PATCH] Bug 8422 - Fix impossible warning in circulation.pl when > OverduesBlockCirc set to Block >Content-Type: text/plain; charset="utf-8" > >Previously, the message Patron has x overdue item(s). Checkout anyway? was shown when syspref OverduesBlockCirc was set to Ask for confirmation or Block. > >This patch changes the message for Block to: Checkouts are BLOCKED because patron has overdues. >--- > .../prog/en/modules/circ/circulation.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 2743c5f..6f72392 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -410,7 +410,7 @@ function validate1(date) { > [% END %] > > [% IF ( USERBLOCKEDOVERDUE ) %] >- <li>Patron has [% USERBLOCKEDOVERDUE %] overdue item(s). Check out anyway?</li> >+ <li>Checkouts are BLOCKED because patron has overdue items</li> > [% END %] > </ul> > >-- >1.7.7.4 >
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 8422
:
10779
|
10829