[Koha] Template toolkit puzzle 1.

Thomas Klausner domm at plix.at
Fri Dec 2 19:57:04 NZDT 2022


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$_.$/}


More information about the Koha mailing list