]> git.evergreen-ils.org Git - Evergreen.git/commit
When a user views holds in their account, clicking "only available"
authorKathy Lussier <kmlussier@masslnc.org>
Fri, 6 Jul 2012 21:01:51 +0000 (17:01 -0400)
committerBill Erickson <berick@esilibrary.com>
Fri, 13 Jul 2012 21:20:10 +0000 (17:20 -0400)
commitd391a380ae637f23e326659a81c097bae4d2c34b
tree90d3fc12bdd35edcbbd402a728ace7324c237105
parent4a03ac99e460833c45ab484b7f7a46c1d651b571
When a user views holds in their account, clicking "only available"
on the holds screen or "Ready for Pickup" in the navbar will add an
"available=1" parameter. However, if the user then attempts to return
to a list of all holds, the "available" parameter is not cleared, and
the user will only see holds available for pickup.

This commit will clear those parameters.

Signed-off-by: Kathy Lussier <kmlussier@masslnc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/templates/opac/myopac/holds.tt2
Open-ILS/src/templates/opac/parts/topnav.tt2