]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1917944-Hold Pickup Library sometimes Empty
authorGarry Collum <gcollum@gmail.com>
Thu, 18 Mar 2021 19:56:04 +0000 (15:56 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 14 May 2021 21:27:20 +0000 (17:27 -0400)
commit83d45a575b2e46bb456ffdaba7f5d9b4b87c6d57
tree9f97f18b1deb4a3cbf72ef5e871ec0cf99d719d6
parent96a2a7c41928219c5e6fef50a2501bb1b9444166
LP1917944-Hold Pickup Library sometimes Empty

Checks to make sure that the opac.default_pickup_location in usr_setting
has a value.

To test.
1. The patron must have a opac.default_pickup_location set to ""
2. Place a hold for this patron.
3. Notice that the pickup location is blank.
4. Apply the patch.
5. The hold pickup location should now be filled with the patron's home library.

To re-create this in concerto you may have to tweak the usr_setting table.
1. Assign a default pickup location to a patron.
2. Find the id field for the above in the usr_setting table.
   select * from actor.usr_setting;
3. Update the setting.
   update actor.usr_setting set value = '""' where id = <the id number>;

Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.ts