http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5596
Ian Walls <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |[email protected] --- Comment #5 from Ian Walls <[email protected]> --- Adding author is easy enough; requires a template only change, since the value is already pulled in the SQL. Unfortunately, the addition of subtitle introduces n calls to GetMarcBiblio, where n = number of pending reserves. This is a serious performance killer, as it requires parsing each MARCXML record to extract the subtitle. Given that subtitle is not part of the original request of this bug report, and it'll cost a lot of extra CPU cycles to extract it, I'm marking this patch as Failed QA. Please submit a separate bug report for adding subtitle to the holds to pull report. -- You are receiving this mail because: You are the QA Contact 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/
