[Koha-bugs] [Bug 18173] Remove issues.return

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 7 14:31:44 CET 2017


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #4 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Looking around for return:
offline_circ/process_koc.pl: 'return'  => \&kocReturnItem,
Definitely a bad choice for a hash key, but not relevant here.

>From bug 16034 / Koha/ExternalContent/OverDrive.pm:
=item C<return($id)>
opac/svc/overdrive: $data{action} = eval { $od->return($id) };
A method called return ;) Not relevant too here.

Found nothing special with ->return or {return too.

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


More information about the Koha-bugs mailing list