http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8890
--- Comment #5 from Jared Camins-Esakov <[email protected]> --- Created attachment 12847 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12847&action=edit Bug 8890: Koha::Borrower::Files shouldn't use db in BEGIN This patch removes the usage of the database in Koha::Borrower::Files' BEGIN block. It also removes the export-related declarations, since they were unused, and unnecessary in a module called in an object-oriented fashion. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ 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/
