30 Apr
2026
30 Apr
'26
8:03 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42504 --- Comment #5 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 198412 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198412&action=edit Bug 42504: (follow-up) Remove C4::Biblio::UpdateTotalIssues The function is replaced by Koha::Biblio->increment_total_issues and Koha::Biblio->calculate_total_issues. No callers remain. Test plan: 1. Apply patch 2. Run: $ ktd --shell k$ prove t/Biblio.t t/db_dependent/Biblio.t t/db_dependent/Koha/Biblio.t => SUCCESS: Tests pass! 3. Sign off :-D -- You are receiving this mail because: You are watching all bug changes.