]> git.evergreen-ils.org Git - working/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:46:22 +0000 (09:46 -0400)
commit2506f44116762d102e02bc190b55d7e82d56c6da
treef30a55e504d2d07cc2de695a0c650fb9562f5975
parenta7502463b28fdb67a18e3f452a9997fd6cd2489a
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