[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:57:25 CEST 2015


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

--- Comment #91 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
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.


More information about the Koha-bugs mailing list