bug 6677 - remove reference to 'debarred'
authorNicole C. Engard <nengard@bywatersolutions.com>
Sat, 6 Aug 2011 11:15:11 +0000 (07:15 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 14 Sep 2011 10:05:37 +0000 (22:05 +1200)
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>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt

index 4d3bba2..1a9714c 100644 (file)
@@ -89,7 +89,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>