From 7b4cb9406e67c787444681af269ca77ee6c45e14 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 13 May 2013 15:21:46 -0400 Subject: [PATCH] Bug 10193 - Copies should be holdings as label for items on MARC view In the OPAC MARC view, the table of holdings is labeled 'copies.' In order to be consistent with the normal view this should be labeled 'holdings.' This patch makes this correction. To test, apply the patch and view the MARC detail page for any record with items. The table of holdings data at the bottom of the page should be labeled 'Holdings.' Signed-off-by: Mirko Tietgen Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 492a1a19f99c27ccbb94cab2fa4318379076bc6f) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit d66e56177ec52d2278007275b261ee5e5b577ad2) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit d66e56177ec52d2278007275b261ee5e5b577ad2) --- koha-tmpl/opac-tmpl/prog/en/modules/opac-MARCdetail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-MARCdetail.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-MARCdetail.tt index 810bba8b4f..c9a57c36af 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-MARCdetail.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-MARCdetail.tt @@ -180,7 +180,7 @@ $(document).ready(function(){ [% IF ( item_header_loop ) %] - + [% FOREACH item_header_loo IN item_header_loop %]
CopiesHoldings
-- 2.39.5