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

--- Comment #92 from Jonathan Druart <[email protected]> 
---
(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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to