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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 10 Feb 2022 08:01:36 +0000 (22:01 -1000)
commit049a6bf0dc01ed5666d25ac97207a3581781c178
tree9e34ecb1a433487d28efd9a296c0a6da50f3d55a
parent82a66155fbd0ee5627c9f9b0ea9b02f31f646af2
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>
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