Re: [Koha] Template toolkit puzzle 1.

2022-12-07 Thread Katrin Fischer
.katipo.co.nz Subject: Re: [Koha] Template toolkit puzzle 1. Thanks Domm, for pointing out the typo, but that typo was only in the email sent to the list. I have rerun two tests using two ‘bracketed’ versions and have received different results. [% IF borrower.dateexpiry == CURDATE() %] [

Re: [Koha] Template toolkit puzzle 1.

2022-12-07 Thread Tomas Cohen Arazi
t: 06 December 2022 08:07 > To: Thomas Klausner ; koha@lists.katipo.co.nz > Subject: Re: [Koha] Template toolkit puzzle 1. > > Thanks Domm, for pointing out the typo, but that typo was only in the > email sent to the list. I have rerun two tests using two ‘bracketed’ &g

Re: [Koha] Template toolkit puzzle 1.

2022-12-07 Thread Raymund Delahunty
sent at all, so I am giving up on the TT for now. -Original Message- From: Koha On Behalf Of Raymund Delahunty Sent: 06 December 2022 08:07 To: Thomas Klausner ; koha@lists.katipo.co.nz Subject: Re: [Koha] Template toolkit puzzle 1. Thanks Domm, for pointing out the typo, but that typ

Re: [Koha] Template toolkit puzzle 1.

2022-12-06 Thread Raymund Delahunty
. (And especially if I could make it stop sending notices in specific defined situations). Ray Delahunty University of the Arts London . -Original Message- From: Koha On Behalf Of Thomas Klausner Sent: 02 December 2022 06:57 To: koha@lists.katipo.co.nz Subject: Re: [Koha] Template toolkit

Re: [Koha] Template toolkit puzzle 1.

2022-12-01 Thread Thomas Klausner
Hi! On Fri, Dec 02, 2022 at 06:31:31AM +, 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

[Koha] Template toolkit puzzle 1.

2022-12-01 Thread Raymund Delahunty
We have a TT rule working perfectly in MEMBERSHIP_EXPIRY where staff receive one email wording, while students receive different wording, more appropriate for them. [% IF (borrower.categorycode == 'STAFF') %] [% ELSE %] [% END %] But when I try to use a TT rule in the ODUE message, no emai