[Koha-bugs] [Bug 13970] Remove related code to category_type

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 8 15:43:45 CEST 2015


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

--- Comment #1 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 37578
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37578&action=edit
Bug 13970: Remove category_type related code

Working on bug 13497 and bug 9314, I run into some Koha vestiges.
The category_type parameter should not be passed to memberentry.
On creating a new patron, the categorycode should be passed, and on
editing, it's useless. We can work with the borrowernumber and retrieve
these values.

Details of the changes:
- members-toolbar.inc: Remove the category_type parameter passed to
memberentry.pl
- memberentrygen.tt: Just remove the useless category_type parameter on
  editing a patron. Also remove the unused one passed to
  guarantor_search.pl.
- tables/members_results.tt: the borrowernumber is enough to edit a
  patron.
- memberentry.pl: check_categorytype is never used in the template, all
  the process to calculate/retrieve it is unnecessary.
- members/nl-search.tt: The borrowernumber is enough to edit a patron.

Test plan:
Try to create and edit patrons and verify that
- the guarantor search still work
- the form (memberentry) behave as before

Edit a patron from the nl-search.pl script (Magnus?)

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


More information about the Koha-bugs mailing list