https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |ommunity.org --- Comment #46 from Jonathan Druart <[email protected]> --- Reviewed on top of bug 10306 1/ I always though we would need to fix the mapping at some point, and make it use the correct template. Here we are moving the other way around. Does that mean we should move the mapping out of the framework tables? 2/ return wantarray ? @retval : ( @retval ? $retval[0] : undef ); This is not necessary, do not do that please. Caller can do my ( $v ) = the_sub(); Not blocker. -- 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/
