http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6740 --- Comment #17 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2011-12-05 06:31:02 UTC --- Created attachment 6571 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6571 Bug 6740: can add items at ordering/receiving but not remove The problem was, that the script was looking for the first and second <a> tag in the code. When using plugins in the framework this can't work. The patch changes the script to select the correct <a> tags by using a class. Also changes + and - to 'Add' and 'Delete' to make the meaning clearer and clicking on them a bit easier. To test: 1) AcqCreateItem = order - Create a basket - Create an order line - Create more than one item - Delete items - Check quantity is calculated correctly - Check items are created correctly 2) AcqCreateItem = receive - Create basket - Create 2 order lines, order >1 items - Do a partial item by removing items from the receive form - Receive all missing items - Receive more items than ordered -- 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.