[Koha-bugs] [Bug 35286] New: Replace GetPrintMessages with Koha::Notice::Messages->search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 8 11:30:55 CET 2023


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 at lists.koha-community.org
          Reporter: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list