http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12851
--- Comment #11 from Zeno Tajoli <[email protected]> --- Dear Johnatyhan and Katrin, if you see here: http://manual.koha-community.org/3.16/en/noticesappendix.html#noticesfieldguide you can see that in Notices and slips only those 'special' tags are supported: <<items.content>> or <item> </item> <checkedout> </checkedout> <overdue> </overdue> <news> </news> <checkedout> </checkedout> Those tags needs special routines in the code because the generic routine (C4:: Letters::GetPreparedLetter) works only with name of tables. And the name of table for order is 'aqorders', not 'orders'. As I know, '<oder>' and '</order>' are only strings without meanning now in Koha. So the best option is to delete the tags in sample_notices.sql In comment 2 Paola Rossi found that ACQCLAIM and ACQCLAIM-ISSUE extrat all data that we need without '<oder>' and '</order>', also for multiple situations -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
