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 <[email protected]>
---
 .../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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to