Bugzilla – Attachment 4881 Details for
Bug 6677
patron stats still refers to debarred
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
0001-bug-6677-remove-reference-to-debarred.patch (text/plain), 1.41 KB, created by
Nicole C. Engard
on 2011-08-07 17:51:29 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2011-08-07 17:51:29 UTC
Size:
1.41 KB
patch
obsolete
>From 3b58ba5de6c0d95aef94a6fe3d595720d41b5c1b Mon Sep 17 00:00:00 2001 >From: Nicole C. Engard <nengard@bywatersolutions.com> >Date: Sat, 6 Aug 2011 07:15:11 -0400 >Subject: [PATCH] bug 6677 - remove reference to 'debarred' > >The patron stats wizard had 'debarred' in the pull down >for status, but it's called restricted everywhere else. >This patch changes debarred to restricted. > >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >--- > .../prog/en/modules/reports/borrowers_stats.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt >index 78f927b..cd2c944 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt >@@ -88,7 +88,7 @@ > <tr> > <td>Patron status</td> > <td colspan="2"></td> >- <td ><select name="status"><option value=""> </option><option value="debarred">debarred</option><option value="gonenoadress">gone no address</option><option value="lost">lost</option></select></td> >+ <td ><select name="status"><option value=""> </option><option value="debarred">restricted</option><option value="gonenoadress">gone no address</option><option value="lost">lost</option></select></td> > </tr> > <tr class="highlight"> > <td>Patron activity</td> >-- >1.7.2.3 >
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 6677
:
4881
|
4967