]> git.koha-community.org Git - koha.git/commit
Bug 30840: Add support for barcode filters to course reserves
authorNick Clemens <nick@bywatersolutions.com>
Tue, 24 May 2022 18:27:30 +0000 (18:27 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 2 Jun 2022 17:07:21 +0000 (14:07 -0300)
commitb8a18702d291210f9d62ca9daa747ec06f2cc8f6
treec3aa39383895f89164e96f987e3ef554937effdf
parent98c5ecd0d5bbced740c55c85ed1db226f1569b67
Bug 30840: Add support for barcode filters to course reserves

This bug adds support for barcode filters on the inputs in the course reserves module.

To test:
1 - Set itemBarcodeInputFilter to 'Remove spaces from'
2 - Find a barcode in your system and add spaces between each characters
    e.g. 3 9 9 9 9 0 0 0 0 0 0 8 1 8
3 - Past that barcode into the checkin box, success
4 - Browse to course reserves, ensure you have a course or create on
5 - Test adding a reserve, batch adding a reserve, and batch removing reserves
6 - The pasted barcode does not in any
7 - Apply patch and restart
8 - Pasted barcode with spaces can now successfuly be added, batch added, and batch removed from courses

Signed-off-by: Jason Robb <jrobb@sekls.org>
Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
course_reserves/add_items.pl
course_reserves/batch_add_items.pl
course_reserves/batch_rm_items.pl