6 Nov
2015
6 Nov
'15
11:49 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15135 --- Comment #4 from Marc Véron <veron@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.