When a patron goes to edit a hold in TPAC, they have the option to
choose a different pickup location. Unfortunately, it looks like that
dropdown does not prevent them from selecting locations that aren't
normally allowed for pickups, such as system groups or consortium
itself.
This patch adds a check for 'can_have_vols_only' to the edit holds
screen.
Credit to Melissa Lefebvre for finally nailing down the source of
the issue.
Signed-off-by: Ben Shum <bshum@biblio.org>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
</th>
<td>
[% INCLUDE build_org_selector
- name='pickup_lib' value=ahr.pickup_lib %]
+ name='pickup_lib' value=ahr.pickup_lib can_have_vols_only=1 %]
</td>
</tr>
[% IF hold.hold.status < 3 OR hold.hold.status == 7 %]