[Koha] overdue notice text

Michael Kuhn mik at adminkuhn.ch
Wed Jun 7 01:37:12 NZST 2017


Hi Brian

> I've been editing the text of our overdue notices and adding
> the <item></item> fields, but after I made these edits, we are no
> longer getting overdue notices.

Does "no longer getting overdue notices" mean they are not arriving in 
your mailbox or aren't they even created in table "message queue"?

> This is an example of how I have
> used the <item></item> fields:
> 
> The following item(s) is/are currently overdue:
> 
> <item>
> Title:<<biblio.title>>
> Author: <<biblio.author>>
> Due Date: <<issues.date_due>>
> Fine: <<items.fine>>
> </item>
> 
> I've checked the documentation and I think that I am using 
> the item></item> fields correctly correctly, but since this was
> the one thing I've changed I'm wondering if I'm doing something
> wrong? I know that the documentation uses this as an example
> but does anyone know if you maybe you have to use this same format:
> 
> <item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>, 
> Barcode: <<items.barcode>> , Checkout date: <<issues.issuedate>>, > Due date: <<issues.date_due>> Fine: <<items.fine>> Due date:
> <<issues.date_due>> </item>

As far as I know both of your versions are correct, they will just 
result in a different output - the first will use four lines for every 
item while the second will use only one (thus it is usually preferred).

Note that you have "Due date: <<issues.date_due>>" twice in your 
statement. I don't think this should be a problem but probably you don't 
really want to output that two times.

Hope this helps.

Best wishes: MIchael
-- 
Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis
Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz
T 0041 (0)61 261 55 61 · E mik at adminkuhn.ch · W www.adminkuhn.ch


More information about the Koha mailing list