http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11844 --- Comment #6 from Julian Maurice <julian.maurice@biblibre.com> --- (In reply to Jacek Ablewicz from comment #3)
1) if order line is deleted, additional fields for this order will stay in the database
Order lines are never removed from database, so additional fields data should remain too.
3) non-latin character encoding: similar issues as in 10855 (see also Bug 11302 - Template::output should deal with object).
I think this has been fixed by bug 11944 or bug 10855 because I can't reproduce the problem. Remaining issue:
2) in case order gets transferred to another basket, additional fields will remain associated with initial order record (now "cancelled" after the transfer); shouldn't they rather got re-associated with the newly created order record (the clone of the original) instead?
-- You are receiving this mail because: You are watching all bug changes.