]> git.evergreen-ils.org Git - Evergreen.git/commit
lp1373203: Allow users to escape metarecord holds
authorKathy Lussier <klussier@masslnc.org>
Sat, 21 Feb 2015 14:50:13 +0000 (09:50 -0500)
committerBen Shum <bshum@biblio.org>
Wed, 25 Feb 2015 20:10:21 +0000 (15:10 -0500)
commit0ba3e77dc9e406deb348f7bc5149bac273d470e5
treeb1e6ee1bdd90917171b17f4d38ed06016cb12130
parent0af2c2526ca73ea8e50acd647f483018c2731d9b
lp1373203: Allow users to escape metarecord holds

Provides a means for users to escape a metarecord hold if they accidentally
clicked the Advanced Hold Options link. A Basic Hold Options link will be
provided to allow the user to return to a title hold. If the hold starts as a
metarecord hold, the basic hold options link won't display since we don't know
which bib the patron wants.

Also fixes an issue where the hold cancel button always returned the user to
the previous screen. We will instead utilize the existing hold_source_page
parameter to identify the return page.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/parts/place_hold.tt2
Open-ILS/src/templates/opac/parts/place_hold_result.tt2