https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35286 Bug ID: 35286 Summary: Replace GetPrintMessages with Koha::Notice::Messages->search Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs@lists.koha-community.org Reporter: martin.renvoize@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org C4::Letters::GetPrintMessages is a very basic wrapper around a simple SQL lookup. We could easily remove it and use Koha::Notice::Messages->search directly instead resulting in Koha::Notice::Message objects in the return. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.