[Koha-bugs] [Bug 19096] Koha to MARC mappings (Part 2): Make Default authoritative

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 30 12:02:46 CET 2017


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

--- Comment #49 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Jonathan Druart from comment #46)
> 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.

This is about GetMarcFromKohaField.
Bug 19097 will adjust all calls. This seems imo now the best opportunity to
address this point and verify that we should miss a call in scalar context. I
will also need to remove the associated test. Added a comment on that bug.
If it is no blocker, leave it now as-is here.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list