]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Lp 1694058: Fix Issue With Place Holds Reported in Testing
authorJason Stephenson <jason@sigio.com>
Sun, 29 Oct 2017 19:14:41 +0000 (15:14 -0400)
committerKathy Lussier <klussier@masslnc.org>
Wed, 21 Feb 2018 21:56:11 +0000 (16:56 -0500)
commit04bf77f7feace19817dc7c1e0efa75c6112558a8
tree479a19e86dc3e243d68d98ef326b60260a0a8caa
parent7e76706a0b34f87797f09b9b3218bce476c067dc
Lp 1694058: Fix Issue With Place Holds Reported in Testing

When staff did have to override in order to place the hold, and the
"Place another hold for this title" link was subsequnetly used, the
inputs for the patron barcodes and some other fields on the place
holds page were duplicated.  To avoid this, we now use uniq from the
List::MoreUtils library when retrieving the hold targets list from the
CGI parameters.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm