https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34838
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #166851|0 |1 is obsolete| | Attachment #166852|0 |1 is obsolete| | Attachment #166853|0 |1 is obsolete| | Attachment #166854|0 |1 is obsolete| | Attachment #166855|0 |1 is obsolete| | Attachment #167193|0 |1 is obsolete| | --- Comment #38 from Jonathan Druart <[email protected]> --- Created attachment 167211 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167211&action=edit 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 <[email protected]> Signed-off-by: Nick Clemens <[email protected]> Signed-off-by: Tomas Cohen Arazi <[email protected]> Signed-off-by: Jonathan Druart <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
