]> git.evergreen-ils.org Git - Evergreen.git/commit
Copy location group searching repairs
authorBill Erickson <berick@esilibrary.com>
Fri, 21 Sep 2012 21:10:58 +0000 (17:10 -0400)
committerDan Scott <dscott@laurentian.ca>
Fri, 28 Sep 2012 13:49:49 +0000 (09:49 -0400)
commit8292cb5d1e71715187e1adc6cee602bf65b45877
tree3400f08161fc34204e50ee0daba7af5c5008ba99
parent4dbef40874c931368c52af413860b47e89565d6b
Copy location group searching repairs

In the get_library BLOCK, upgrade any use of 'loc' to 'locg' instead of
trying to determine which to use in which situation.  Before this change,
'loc' was being used as the loc_name for the main org unit selector,
which should always use 'locg'.  For any other cases (related to search
params), it's always safe to use 'locg' over 'loc'.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/opac/parts/misc_util.tt2