http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4990 --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2010-11-15 09:22:18 UTC --- That looks a lot better, but we are not quite there yet. 1. Umlauts and diacritics are broken - encoding problem? 2. A lot of the placeholders are not parsed. I didn't manage to get the list of items into the notice. That's the template I tried: Dear <<borrowers.firstname>> <<borrowers.surname>>, <<branches.branchname>> <<branches.branchaddress1>> <<branches.branchaddress2>> <<branches.branchaddress3>> <<branches.branchphone>> <<branches.branchfax>> <<branches.branchemail>> <item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <fine>EUR</fine></item> <<items.content>> <<biblio.title>> <<biblio.author>> <<items.barcode>> Thank you, <<branches.branchname>> äöüß& ------------------------- That's the output: Dear Katrin Fischer, HFJS/Zentralarchiv <item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <fine>EUR</fine></item> <<biblio.title>> <<biblio.author>> <<items.barcode>> Thank you, HFJS/Zentralarchiv äöüß -------------- Branchname and name of borrower seem to work. -- 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.