]> git.koha-community.org Git - koha.git/commit
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)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Mon, 21 Feb 2022 16:35:20 +0000 (16:35 +0000)
commita9c4b0bda368cf19fb10962da0d2b8daf98c82c0
treef3e9bc9fafa3be19b2e2406eefd8c2fb3aedf477
parent6ccbdce5c04e37d72f168c85d9aff05bfc95cea3
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>
(cherry picked from commit 30b9270bd9dfd773821d5ca17c924e8f7b56c45c)

Signed-off-by: Andrew Fuerste-Henry <andrew@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/Object.t