https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18277
Josef Moravec <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #61127|0 |1 is obsolete| | Attachment #61128|0 |1 is obsolete| | Attachment #61129|0 |1 is obsolete| | Attachment #61130|0 |1 is obsolete| | --- Comment #5 from Josef Moravec <[email protected]> --- Created attachment 63301 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=63301&action=edit [SIGNED-OFF] Bug 18277: Remove GetBiblionumberFromItemnumber - Easy ones To retrieve a biblionumber from an itemnumber, we can use: Koha::Item->biblio->biblionumber This is only what this patchset does. Doing that we will be able to get rid of the C4::Biblio::GetBiblionumberFromItemnumber subroutine. Test plan: - Acquisition module: cancel a receipt - Export a record to CSV - Modify items in a batch Item's info should be correct Other changes with be checked by QA team, by reading the code. Signed-off-by: Josef Moravec <[email protected]> -- You are receiving this mail because: 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/
