[Koha-bugs] [Bug 15103] Import Borrowers Performance Improvement

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 14 12:35:15 CET 2016


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

--- Comment #7 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
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.


More information about the Koha-bugs mailing list