http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2897 Summary: items.content in PREDUE notice not processed by adv. notices Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: major Priority: P3 Component: Notices AssignedTo: henridamien@koha-fr.org ReportedBy: joe.atzberger@liblime.com QAContact: koha-bugs@lists.koha.org The default PREDUE notice includes <<items.content>>, grepped as follows: /installer/data/mysql/en/optional/sample_notices.sql:('circulation','PREDUE','Advance Notice of Item Due','Advance Notice of Item Due','Dear <<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nThe following item will be due soon:\r\n\r\n<<items.content>>') But that is not processed at all by advance_notices.pl. The bug is that the default includes bogus values. A separate enhancement would be to add the items.content processing to the job but it is non-trivial to accomplish that. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.