Koha/koha-tmpl/intranet-tmpl/prog/en/js
Katrin Fischer d0ef505fc4 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

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
2011-12-06 19:07:33 +01:00
..
pages Fix for Bug 5532 - sysprefs editor should show names of saved prefs 2011-02-04 13:38:05 +13:00
tinymce bug 2509: fix file permissions 2008-08-21 18:55:02 -05:00
acq.js BZ6268 follow-up for the form 2011-10-07 11:00:07 +13:00
additem.js Bug 6740: can add items at ordering/receiving but not remove 2011-12-06 19:07:33 +01:00
ajax.js Bug 5862 - Incompatibility in ajax.js with "localName" for Internet Explorer 2011-03-21 12:00:36 +13:00
basket.js Fix for Bug 6970 - logout not redirecting to login page 2011-10-14 15:57:45 +13:00
members.js Fix for Bug 5056, Untranslatable strings in members.js 2010-11-02 15:16:46 +13:00
staff-global.js Fix for Bug 5898 - search to hold feature not clearing 2011-10-13 11:11:56 +13:00
xmlControlfield.js Bug 6715 - Fix xmlControlfield.js so the xml files are fetched in the correct language directory. 2011-08-28 19:54:36 +12:00