http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347
--- Comment #16 from Katrin Fischer <[email protected]> 2011-12-08 07:21:31 UTC --- 3) The corrected default notice will not output a list: ACQCLAIM Ordernumber <<aqorders.ordernumber>> (<<biblio.title>>) (<<aqorders.quantity>> ordered)($<<aqorders.listprice>> each) has not been received. Email: Ordernumber 10 (City of Fallen Angels) (1 ordered)($10.00 each) has not been received. Using that works better: ACQCLAIM <item>Ordernumber <<aqorders.ordernumber>> (<<biblio.title>>) (<<aqorders.quantity>> ordered)($<<aqorders.listprice>> each) has not been received.</item> I think the <item> tags (or another tag, see 4) ) should be added to the notices too. Email: Ordernumber 10 (City of Fallen Angels) (1 ordered)($10.00 each) has not been received. Ordernumber 11 (Die Staatl. Ingenieurschule in Konstanz /) (1 ordered)($3.00 each) has not been received. 4) I think using the <item> tag here might be confusing, because people expect a list of items instead of records. Perhaps it would be better to use <title> or <record> or <biblio>? Sorry for not spotting those things earlier :( -- 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. 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/
