Hi!

On Fri, Dec 02, 2022 at 06:31:31AM +0000, Raymund Delahunty wrote:

> But when I try to use a TT rule in the ODUE message, no email is sent at all- 
> there appears to be an error:
> [% IF (borrower.dateexpiry == CURDATE() %]

Hot sure how much pseudocode this is, but you're missing a closing 
parenthesis after CURDATE():

  [% IF (borrower.dateexpiry == CURDATE() ** ) ** %]

Greetings,
domm


-- 
#!/usr/bin/perl                             https://domm.plix.at
for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}
_______________________________________________

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to