https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096

Jonathan Druart <jonathan.dru...@bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.dru...@bugs.koha-c
                   |                            |ommunity.org

--- Comment #46 from Jonathan Druart <jonathan.dru...@bugs.koha-community.org> 
---
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
Koha-bugs@lists.koha-community.org
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/

Reply via email to