From 1b0e7acaaa0a5daaa63071aa1de22b02651b70e9 Mon Sep 17 00:00:00 2001 From: D Ruth Bavousett Date: Sun, 15 Jan 2012 07:51:30 -0800 Subject: [PATCH] [SIGNED-OFF] Bug 7446: Redundant display of availablecount in results.tt in staff client. Content-Type: text/plain; charset="utf-8" This tiny patch removes a redunant display. Signed-off-by: Owen Leonard --- .../prog/en/modules/catalogue/results.tt | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt index 18a992d..1931227 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -528,7 +528,6 @@ YAHOO.util.Event.onContentReady("searchheader", function () { [% IF ( SEARCH_RESULT.itemsplural ) %]items[% ELSE %]item[% END %][% IF ( SEARCH_RESULT.availablecount ) %], [% SEARCH_RESULT.availablecount %] available:[% ELSE %], None available[% END %] [% IF ( SEARCH_RESULT.availablecount ) %] - [% SEARCH_RESULT.availablecount %] available: