[Koha-bugs] [Bug 12982] Patron category dropdown empty in header search form on patron entry page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 24 15:40:55 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12982

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 31850
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31850&action=edit
Bug 12982 - Patron category dropdown empty in header search form on patron
entry page

The include file which contains the patron search form assumes that the
page in which it is included will have access to a set of patron
categories passed from the script. This is often not the case.

This patch adds a new template plugin for getting patron categories and
adds usage of it to patron-search.inc. The follow templates include
patron-search.inc:

members\boraccount.tt
members\deletemem.tt
members\files.tt
members\mancredit.tt
members\maninvoice.tt
members\member-flags.tt
members\member-password.tt
members\member.tt
members\memberentrygen.tt
members\members-update.tt
members\moremember.tt
members\notices.tt
members\pay.tt
members\paycollect.tt
members\purchase-suggestions.tt
members\readingrec.tt
members\routing-lists.tt
members\statistics.tt
tools\import_borrowers.tt
tools\picture-upload.tt

To test, view those pages and confirm that the patron category dropdown
is present in the patron header search at the top of the page (shown by
clicking the [+] link).

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


More information about the Koha-bugs mailing list