Koha/patron_lists
Nick Clemens ad1d734e54 Bug 16446: Add ability to add patrons to list by borrowernumber
AddPatronsToList already took a borrowernumber parameter, however, it
did not check if those were valid numbers. This patch expands the search
to apply to cardnumber or borrowernumbers in the subroutine.

Template and script are adjusted to allow choosing borrowernumbers or cardnumbers

To test:
1 - Apply patch
2 - Browse to Tools->Patron lists
3 - Create a list, or choose Actions->Add patrons for an existing list
4 - Click 'Add multiple patrons'
5 - Cardnumbers is preselected
6 - Enter a list of cardnumbers, ensure you test:
    Cardnumber already in list
    Cardnumber not in list
    Non-existent cardnumber
7 - Patrons should be added/errors reported correctly
8 - Repeat with borowernumbers

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-10-21 12:24:04 +02:00
..
add-modify.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
delete.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
list.pl Bug 16446: Add ability to add patrons to list by borrowernumber 2021-10-21 12:24:04 +02:00
lists.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
patrons.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00