[Koha-bugs] [Bug 5872] Enhancements to circulation management

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 9 18:16:49 CEST 2011


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

--- Comment #20 from Paul Poulain <paul.poulain at biblibre.com> 2011-05-09 16:16:49 UTC ---
something in those patches is missing : the C4::Members::DebarMember() sub now
deals with a date
The signature on biblibre/master is :
my $success = DebarMember( $borrowernumber, $todate );
the signature on official/master is: 
  my $success = DebarMember( $borrowernumber );

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list