]> git.koha-community.org Git - koha.git/commit
Bug 34838: Use ->set to avoid method redefinition warnings
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 16 May 2024 20:13:05 +0000 (17:13 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 17 Jul 2024 13:14:11 +0000 (15:14 +0200)
commit264fe2021bce1e70f05f4a87e9b94ec86320f38f
tree3b6dd154de41ba0283a070502e18b528ef03cfde
parent7ca71327ab2848993d733d4cc68c521497d6f0d3
Bug 34838: Use ->set to avoid method redefinition warnings

This patch silences more warnings. To test

1. Be on 23.11.x
2. Apply the patches before this one
3. Run:
   $ ktd --shell
  k$ prove t/db_dependent/Illrequests.t
=> FAIL: Lots of warnings like this:
Subroutine Koha::Illrequest::SUPER::status redefined at /kohadevbox/koha/Koha/Object.pm line 955.
Subroutine Koha::Illrequest::SUPER::status_alias redefined at /kohadevbox/koha/Koha/Object.pm line 955.
illrequestattributes is DEPRECATED in favor of extended_attributes at t/db_dependent/Illrequests.t line 1071.
4. Apply this patch
5. Repeat 3
=> SUCCESS: No more warnings!
6. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Illrequest.pm
koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt