Addressing bug 1782
authorHenri-Damien LAURENT <henridamien@koha-fr.org>
Wed, 7 May 2008 09:04:14 +0000 (11:04 +0200)
committerJoshua Ferraro <jmf@liblime.com>
Sun, 11 May 2008 10:49:27 +0000 (05:49 -0500)
commitd08d9e3fb7d0dcb083f79f111d63f8c320b17e27
tree874f7f7c7bf5c311d8a77efab5584778d8f03ac6
parenta6dd418260d8addf968e4f3673ad337ff59b0cb0
Addressing bug 1782

Adding New Systempreference AddPatronLists
This systempreference allow administrator to choose if patrons are created on categorycode lists or category_type ones.

Overloading GetBorrowerCategory so that if no parameter provided, it returns the list of category records
Changing memberentry.pl in order to use the categorycode when provided.
Bug Fixing Circulation.pl so that doesnot come up with Error 500
with no category selected for GetBorrowerCategory

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Members.pm
admin/systempreferences.pl
circ/circulation.pl
installer/data/mysql/en/mandatory/sysprefs.sql
installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_systemprefs.sql
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc
koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tmpl
members/member.pl
members/memberentry.pl
members/members-home.pl