http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15103
--- Comment #7 from Jonathan Druart <[email protected]> --- Comment on attachment 46625 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46625 Bug 15103: Import Borrowers Performance Improvement Review of attachment 46625: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15103&attachment=46625) ----------------------------------------------------------------- ::: C4/Members.pm @@ +736,5 @@ > $data{'dateenrolled'} = output_pref( { dt => dt_from_string, > dateonly => 1, dateformat => 'iso' } ); > } > > + # Check the member category privacy level > + my $patron_privacy = GetCategoryPrivacy( $data{'categorycode'} ); You are moving backward, we are trying to use DBIx::Class everywhere. The generation of SQL queries should not be done anymore. Moreover bug 15407 is going to remove the patron categories code from C4::Members. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
