https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15632
Kyle M Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #47580|0 |1 is obsolete| | Attachment #47581|0 |1 is obsolete| | Attachment #47582|0 |1 is obsolete| | Attachment #47583|0 |1 is obsolete| | Attachment #47584|0 |1 is obsolete| | Attachment #47585|0 |1 is obsolete| | Attachment #47586|0 |1 is obsolete| | Attachment #47587|0 |1 is obsolete| | --- Comment #28 from Kyle M Hall <[email protected]> --- Created attachment 48004 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=48004&action=edit Bug 15632: Koha::Patron::Messages - Add new classes The following 4 CRUD subroutines in C4::Members: - AddMessage - DeleteMessage - GetMessagesCount - GetMessages could be replaced with a new package based on Koha::Objets. This patchset will add the 2 Koha::Patron::Message[s] classes, then use it to replace the different calls to these subroutine. It will slightly reduce the size of C4::Members Signed-off-by: Marc Véron <[email protected]> Signed-off-by: Kyle M Hall <[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/
