[Koha-bugs] [Bug 7318] Filtering Patron Card Creator by Category Code Does Nothing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jan 21 20:05:00 CET 2012


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

--- Comment #1 from Garry Collum <gcollum at gmail.com> 2012-01-21 19:05:00 UTC ---
Created attachment 7269
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7269
Patch to fix display

Category variables were not being sent to the template, this patch uses code
from members.pl to define those variables and send them to the template.

It does not fix the searching issue.

The code seems to be written to search for category_type, instead of
categorycode, even though the label on the search reads 'Category Code.' 
Should it be searching for code or type?  The original category column in the
results displayed the category code description followed by the category type.

The searching should also be fixed in conjunction with bug 5502.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list