Koha/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves
Nick Clemens 902342f415 Bug 7663 - batch add barcodes to a list
This patch changes the barcode input on add list to a textarea and
process multiples barcodes to allow for adding many items to a list
at once

To test:
 1 - Create a list
 2 - Add some items
 3 - Verify items are added and success reported
 4 - Add these items again
 5 - Verify you are notified they were not added
 6 - Type invalid barcodes into the text area and submit
 7 - Verify you are notifed of failure to add
 8 - Try going to a list that doesn't exist and adding barcodes
  i.e. http://localhost:8081/cgi-bin/koha/virtualshelves/shelves.pl?op=add_biblio&shelfnumber=9999&barcodes=4
 9 - Verify correct error
10 - Try the above but with a list that exists while signed in as a patron
     without lists permission:
     i.e. http://localhost:8080/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=3
11 - Verify correct error: "You do not have permission to view this list."

Signed-off-by: Chris Kirby <chris.kirby@ilsleypubliclibrary.org>
Works as advertised.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2017-03-03 18:18:13 +00:00
..
tables Bug 16239: Update templates 2017-01-13 14:41:22 +00:00
addbybiblionumber.tt Revert bug 13618 - "Prevent XSS in the Staff Client and the OPAC" due to performance issues 2016-02-11 19:39:53 +00:00
downloadshelf.tt Bug 14544: Make the intranet side independent of Page.pm 2015-11-05 09:58:01 -03:00
merge.tt
sendshelf.tt Bug 17852; Multiple URLs (856) in list email are broken. 2017-02-21 19:55:49 +00:00
sendshelfform.tt Bug 16587: Same fixes for the staff interface 2016-05-25 22:14:34 +00:00
shelves.tt Bug 7663 - batch add barcodes to a list 2017-03-03 18:18:13 +00:00