9 Jan
2015
9 Jan
'15
3:44 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13025 --- Comment #8 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to Olli-Antti Kivilahti from comment #6)
!!!!! I tried with this one, but got the same error !!!!! # Remove any OVERDUES related debarment if the borrower has no overdues if ( not(HasOverdues( $borrowernumber )) ) { DelUniqueDebarment({ borrowernumber => $borrowernumber, type => 'OVERDUES' }); }
!!!!! If someone knows what is the root cause, let me know :) !!!!!
I don't understand the problem here. The error comes from HasOverdues, and it is still called in this code. -- You are receiving this mail because: You are watching all bug changes.