http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6810
--- Comment #91 from Jonathan Druart <[email protected]> --- Comment on attachment 42609 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=42609 Bug-6810: Send membership expiry reminder notices. Review of attachment 42609: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=6810&attachment=42609) ----------------------------------------------------------------- ::: 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. -- 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/
