[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
Mon Oct 6 14:34:48 CEST 2014


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

Nicole C. Engard <nengard at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #31850|0                           |1
        is obsolete|                            |

--- Comment #3 from Nicole C. Engard <nengard at gmail.com> ---
Created attachment 32006
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32006&action=edit
[SIGNED-OFF] 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).

Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>

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


More information about the Koha-bugs mailing list