]> 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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 10 Jun 2024 11:01:04 +0000 (12:01 +0100)
commita9f6f47afb1ef16734d89ec0f4c3c3de497e0860
tree298937caa652aa470d3087112712bf817175d1e0
parentaeabe6c9f6dd221eec16f88f5c005390429cec0b
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>
Koha/ILL/Request.pm