]> 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)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 27 Jun 2024 16:21:39 +0000 (16:21 +0000)
commit6909c637bdaf2b8dcaf6d895be62d690068ca1a2
tree5a83092c056352e1bd0b9255e21f08bef29a42e3
parent647d5e9a9ef395b6ac858a4fa480172d16d00bad
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>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit a9f6f47afb1ef16734d89ec0f4c3c3de497e0860)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/ILL/Request.pm