]> git.koha-community.org Git - koha.git/commit
Bug 34838: Replace SUPER::AUTOLOAD with get_column
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Mon, 25 Sep 2023 15:07:37 +0000 (15:07 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 17 Jul 2024 13:14:11 +0000 (15:14 +0200)
commitaead5dc63cb23d535e849bd84c2e02f40da22e5a
treeb5226f95786896ddd0ef135db5d83ee0b1bc72f1
parent060986c01c12e6f8365e75eefebfee8689b50f9f
Bug 34838: Replace SUPER::AUTOLOAD with get_column

I'm not 100% happy with this but I'm out of ideas.

I think the problem warning happens because there is no method status or status_alias directly defined in Object.pm so it tries to define it, but it has already been defined by AUTOLOAD previously.

Test plan:
  prove t/db_dependent/Koha/Illbackend.t

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Illrequest.pm