From e52d8d73fb84aaa71328162bc94f7e916e350691 Mon Sep 17 00:00:00 2001 From: Rochelle Date: Tue, 13 Jan 2015 02:01:49 +0000 Subject: [PATCH] Bug 13564: Items search: rename Stock number to Inventory number To test: - Go to Advanced search - Click on link 'go to item search' - Check the search options in the second section for "Stock number" - Do a search and note the column name appears as "Stock number" - Apply patch - Try the search again and check that "Inventory number" shows Signed-off-by: Katrin Fischer Works as described, thx! --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt index 7d0ef98..9c65053 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt @@ -5,7 +5,7 @@ [% SWITCH label %] [% CASE 'barcode' %]Barcode [% CASE 'itemcallnumber' %]Call number - [% CASE 'stocknumber' %]Stock number + [% CASE 'stocknumber' %]Inventory number [% CASE 'title' %]Title [% CASE 'author' %]Author [% CASE 'publishercode' %]Publisher @@ -214,7 +214,7 @@ + ' ' + _("Home library") + '' + ' ' + _("Current location") + '' + ' ' + _("Shelving location") + '' - + ' ' + _("Stock number") + '' + + ' ' + _("Inventory number") + '' + ' ' + _("Status") + '' + ' ' + _("Checkouts") + '' + ' ' -- 2.1.0