https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28306
--- Comment #18 from Jonathan Druart <[email protected]> --- Created attachment 124282 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124282&action=edit Bug 28306: Trying to understand... Use of uninitialized value $class in sprintf at /kohadevbox/koha/Koha/Objects.pm line 594. The method ->dt_from_string is not covered by tests! Trace begun at /kohadevbox/koha/Koha/Objects.pm line 594 Koha::Objects::AUTOLOAD at /kohadevbox/koha/Koha/Objects.pm line 280 Koha::Objects::filter_by_last_update('Koha::Patrons=HASH(0x55baa017c208)', 'HASH(0x55baa017c178)') called at test.pl line 5 We are hitting AUTOLOAD, however I am not expecting to reach AUTOLOAD as I am considering dt_from_string() defined in Koha::Objects. https://perldoc.perl.org/perlsub#Autoloading -- 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/
