]> git.evergreen-ils.org Git - evergreen/pines.git/commit
LP1887429 Properly handle user settings in staffcat holds
authorBill Erickson <berickxx@gmail.com>
Mon, 13 Jul 2020 20:01:38 +0000 (16:01 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 7 Dec 2020 16:22:08 +0000 (11:22 -0500)
commitbe4b9539171d821f3d127a19d8681f9d7247a6e4
treeee12cec57028064585dee81dae727800b747e89d
parent6e561b7a24a7dc9953f0e4ef50ca075842a60103
LP1887429 Properly handle user settings in staffcat holds

Treat user settings like the raw JSON values that they are
when fetched via fleshing.  Also be sure the value for the
'opac.default_pickup_location' user setting is read as a number in the
staff catalog to ensure it can be linked to the org unit in question.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.ts
Open-ILS/src/eg2/src/app/staff/share/patron/patron.service.ts