Skip to content

Commit

Permalink
Bug 13564: Items search: rename Stock number to Inventory number
Browse files Browse the repository at this point in the history
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 <[email protected]>
Works as described, thx!

Signed-off-by: Tomas Cohen Arazi <[email protected]>
  • Loading branch information
Rochelle authored and tomascohen committed Jan 15, 2015
1 parent 9fcdb01 commit 62b8f1a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -214,7 +214,7 @@
+ ' <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>'
Expand Down

0 comments on commit 62b8f1a

Please sign in to comment.