[Koha-patches] [PATCH] [SIGNED-OFF] Fix for Bug 6185, holds slip says 'reserve'

Nicole C. Engard nengard at bywatersolutions.com
Mon Apr 18 01:24:01 CEST 2011


From: Owen Leonard <oleonard at myacpl.org>


Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
---
 .../prog/en/modules/circ/hold-transfer-slip.tt     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/hold-transfer-slip.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/hold-transfer-slip.tt
index 44e4e5b..18d45aa 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/hold-transfer-slip.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/hold-transfer-slip.tt
@@ -35,7 +35,7 @@ window.close();
     [% END %]
 </ul>
 <br />
-<h3>RESERVED ITEM</h3>
+<h3>ITEM ON HOLD</h3>
  <h4>[% reservedat.title |html %]</h4>
  <h5>[% reservedat.author %] </h5>
  <ul>
-- 
1.7.2.3



More information about the Koha-patches mailing list