http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7228 --- Comment #9 from mathieu saby <mathieu.saby@univ-rennes2.fr> --- Here is the test I made for signing off : after applying the patch - syspref AcqCreateItem : create items on receiving - in a basket, create an order (quantity = 1) - save the order - reopen the order - change the quantity (2 instead of 1) - save the order => changing quantity was not possible before the patch - syspref AcqCreateItem : create items on cataloguing - in a basket, create an order (quantity = 1) - save the order - reopen the order - change the quantity (2 instead of 1) - save the order => changing quantity was not possible before the patch - syspref AcqCreateItem : create items on receiving - in a basket, create an order (click on "add" to add an item => quantity = 1) - save the order - reopen the order - try to change the quantity (2 instead of 1), without clicking on "add" to create a new item => you cannot (alert message) => the behavior is the same as before the patch M. Saby -- You are receiving this mail because: You are watching all bug changes.