[Koha-bugs] [Bug 18884] Advanced search on staff client, Availability limit not properly limiting

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 10 03:09:47 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18884

--- Comment #3 from David Cook <dcook at prosentient.com.au> ---
Created attachment 67858
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=67858&action=edit
Bug 18884 - Advanced search on staff client, Availability limit not properly
limiting

Bug 15758 accidentally removed the branch: prefix off the
individual library limits on the advanced search in the staff client.

This patch adds an optional prefix to the html_helpers.inc file,
so that advsearch.tt can provide the required "branch:" prefix.

_TEST PLAN_

Before applying:
0) Make sure you have branches in your Koha (e.g. select all sample data
via web installer initially)
1) View the source on the staff client advanced search, and note that
the "branch:" prefix is missing from the individual library limit:

<option value="CPL">Centerville</option>

3) Apply the patch
4) Refresh the advanced search page
5) View the source on the staff client advanced search, and note that
the "branch:" prefix now appears for the individual library limit:

<option value="branch:CPL">Centerville</option>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list