Bug 13564: Items search: rename Stock number to Inventory number
authorRochelle <Rochelle_healy@hotmail.com>
Tue, 13 Jan 2015 02:01:49 +0000 (02:01 +0000)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 15 Jan 2015 00:29:21 +0000 (21:29 -0300)
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 <Katrin.Fischer.83@web.de>
Works as described, thx!

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt

index 7d0ef98..9c65053 100644 (file)
@@ -5,7 +5,7 @@
   [% SWITCH label %]
     [% CASE 'barcode' %]<span>Barcode</span>
     [% CASE 'itemcallnumber' %]<span>Call number</span>
-    [% CASE 'stocknumber' %]<span>Stock number</span>
+    [% CASE 'stocknumber' %]<span>Inventory number</span>
     [% CASE 'title' %]<span>Title</span>
     [% CASE 'author' %]<span>Author</span>
     [% CASE 'publishercode' %]<span>Publisher</span>
         + '      <th>' + _("Home library") + '</th>'
         + '      <th>' + _("Current location") + '</th>'
         + '      <th>' + _("Shelving location") + '</th>'
-        + '      <th>' + _("Stock number") + '</th>'
+        + '      <th>' + _("Inventory number") + '</th>'
         + '      <th>' + _("Status") + '</th>'
         + '      <th>' + _("Checkouts") + '</th>'
         + '      <th></th>'