[Koha-patches] [PATCH] Bug 6357: Displaying the unavailability of items corrected

Janusz Kaczmarek januszop at gmail.com
Wed May 18 13:18:52 CEST 2011


Patch resent due to errors in formating in previous e-mail
---
 .../opac-tmpl/prog/en/modules/opac-results.tt      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt
index 1e34205..fa7679e 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt
@@ -440,7 +440,7 @@ $(document).ready(function(){
 
 				<span class="results_summary">
                 <span class="label">Availability:</span>
-                    [% IF ( SEARCH_RESULT.available_items_loop ) %]
+                    [% IF ( SEARCH_RESULT.available_items_loop.0 ) %]
                     <span class="available"><strong>Copies available:</strong>
                     [% FOREACH available_items_loo IN SEARCH_RESULT.available_items_loop %]
                     [% UNLESS ( available_items_loo.hideatopac ) %]
-- 
1.5.6.5



More information about the Koha-patches mailing list