Bug 19837: Add multiple patrons to a list by barcode
authorOwen Leonard <oleonard@myacpl.org>
Fri, 15 Dec 2017 17:26:12 +0000 (17:26 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Sun, 18 Feb 2018 19:48:45 +0000 (16:48 -0300)
commitd63cd0efbb9c59bab5de2aa67b3fb4831221a105
treec66d8b19e3fb190bafe4e53b3015927eb680fb50
parente5e150440b2333793cf4b1c8d773285439f69151
Bug 19837: Add multiple patrons to a list by barcode

This patch adds the interface change and basic functionality for an
option to add multiple patrons to a patron list by scanning barcodes.

To test, apply the patch and go to Tools -> Patron lists.

- Create a patron list if necessary, and got to the "Add patrons"
  screen.
- Test the process for adding patrons using the "Patron search" text
  input.
- Test the process for adding patrons using the "Enter multiple card
  numbers" option.

This should really have some error-handling added to it: Onscreen
messages when a non-existing patron card number is submitted or when a
patron already exists on the list.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt
patron_lists/list.pl