[Koha-bugs] [Bug 15135] Remove Warning Subroutine HasOverdues redefined

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 6 12:49:27 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15135

--- Comment #4 from Marc Véron <veron at veron.ch> ---
(In reply to Jonathan Druart from comment #3)
> The plugin use a C4::Members subroutine, you should not remove this line.

Yes, you are right,there is a soubroutine called in line 57:
return C4::Members::HasOverdues($borrowernumber);

Because of the way it is called I supposed it is save to remove line 26:

use C4::Members qw(HasOverdues);

My mistake if that is wrong. 

What would be an alternative to get rid of the warning?

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


More information about the Koha-bugs mailing list