[Koha-bugs] [Bug 6810] Send membership expiry reminder notices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 7 09:58:27 CEST 2015


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

--- Comment #92 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Jonathan Druart from comment #91)
> Comment on attachment 42609 [details] [review]
> Bug-6810: Send membership expiry reminder notices.
> 
> Review of attachment 42609 [details] [review]:
> -----------------------------------------------------------------
> 
> ::: C4/Letters.pm
> @@ +800,5 @@
> >  
> > +    if ( $table eq 'borrowers' && $values->{'dateexpiry'} ){
> > +        my @dateexpiry = split /-/, $values->{'dateexpiry'};
> > +
> > +        $values->{'dateexpiry'} = C4::Dates->new(
> 
> This was not really kind of Marc. He is trying to remove the C4::Dates usage.

Ooops, sorry, removed by next patch!!

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


More information about the Koha-bugs mailing list