https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34480
Bug ID: 34480
Summary: Reduce DB calls when importing patrons
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Tools
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
sub check_branch_code {
sub check_borrower_category {
Both do a search of the db based on the values in the import file for each
borrower - it seems we could lookup the allowed values once and cache them?
We also fetch the category another time to get the expiratoin date, it feels
like we could store these early on.
--
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]
https://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/