http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5607 Summary: Make fields from issues table available in overdues Change sponsored?: --- Product: Koha Version: rel_3_2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Notices AssignedTo: cnighswonger@foundations.edu ReportedBy: katrin.fischer@bsz-bw.de QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 The new syntax to print item information in overdue notices (<item></item>) does not work with fields from the issues table. The list does not offer these fields to be selected into the notice template and manually adding it will not work. The information is not printed to the overdue notice. Examples: Will not work: <item><<biblio.title>> <<biblio.author>>, Callnumber: <<items.itemcallnumber>> Barcode <<items.barcode>> Due date: <<issues.date_due>> Fine: <fine>EUR</fine></item> Will display due date using -itemscontent with overdue_notices.pl: <<items.content>> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.