http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #63 from Katrin Fischer <[email protected]> --- Both patches are signed off now but I found some smaller problems in the mail: Output: <order>Ordernumber 21 (Wissenschaft und Bildung (3 bestellt) (je EUR ).</order> <order>Ordernumber 22 (...) (1 bestellt) (je EUR )</order> Notice template: <order>Ordernumber <<aqorders.ordernumber>> (<<aqorders.title>>) (<<aqorders.quantity>> bestellt) (je <<aqorders.listprice>> )</order> 1) The <order></order> tags are not removed. 2) aqorders.listprice doesn't work. I have checked that the field was not empty in the database. -- 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/
