]> git.evergreen-ils.org Git - evergreen/tadl.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:21:59 +0000 (17:21 -0400)
commita5e10400bf6f2f988c96477d3b9e7a83a729a325
tree93587b75228c35809ba3144d1521a985f536aa9b
parenta3a6bdab439e71cadcc5c58ea0bc61b35ab71cfe
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