https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16965
--- Comment #8 from Jonathan Druart <[email protected]> --- (In reply to Marcel de Rooy from comment #7) > Jonathan: What do you think of the approach in the third patch? I liked the idea to have the mappings in one place, it will be easier to know which classes are already mapped. Why did you make this change: - return $object_class->_wrap(@dbic_rows); + return _wrap( $object_class, @dbic_rows ); ? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
