[Koha-bugs] [Bug 15632] Move the messages related code to Koha::Patron::Messages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 21 10:35:06 CET 2016


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15632

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 47091
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47091&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

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list