http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1858 ------- Comment #2 from joe.atzberger@liblime.com 2008-02-21 20:07 ------- Reports processing is very deficient in terms of actually populating the terms that are available to insert from the selection box. This will NOT be fixed by me just bulking up an individual script. In any case, the script misc/cronjobs/overduenotices-30.pl will accept the following variables: <date> <itemcount> <firstname> <lastname> <address1> <address2> <address3> <city> <postcode> For compatibility with the current selector, I added the following aliases: <borrowers.firstname> <borrowers.surname> <branches.branchname> Adding queries to support the dozens of other fields is beyond current scope. I did add warnings to alert the admin running the script if any tags are leftover after processing, so at least they will know about it. Note, the important list anchor <titles> was already implemented. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.