Bug 29785: Rename Koha::Object->message with ->object_messages
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 4 Jan 2022 13:28:26 +0000 (14:28 +0100)
committerKyle Hall <kyle@bywatersolutions.com>
Fri, 11 Feb 2022 11:39:53 +0000 (06:39 -0500)
commit30b9270bd9dfd773821d5ca17c924e8f7b56c45c
treec904eea9d889e0e574f447ca281ab851e26bec20
parent7745ef03ad64d95c9bdd8b2d9a7ed97f75eafd1a
Bug 29785: Rename Koha::Object->message with ->object_messages

It will conflict with other ->messages methods, it's too generic.

Bug 29230 needs Koha::Patron->messages to return Koha::Patron::Messages for instance.

Test plan:
Confirm that the tests modified by this patch still pass

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/Account.pm
Koha/Object.pm
acqui/basket.pl
acqui/cancelorder.pl
catalogue/detail.pl
t/db_dependent/Koha/Account/Line.t
t/db_dependent/Koha/Acquisition/Order.t
t/db_dependent/Koha/Biblio.t
t/db_dependent/Koha/Object.t