]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/javascript/backend/circ/circ_permit_hold.js
added reminder
[Evergreen.git] / Open-ILS / src / javascript / backend / circ / circ_permit_hold.js
1
2 function go() {
3
4 load_lib('circ/circ_lib.js');
5 log_vars('circ_permit_hold');
6
7
8 /* projected medium */
9 if( getMARCItemType() == 'g' &&
10                 !isOrgDescendent(copy.circ_lib.shortname, patron.home_ou.id) )
11         result.events.push('CIRC_EXCEEDS_COPY_RANGE');
12
13
14 /* XXX Age-hold protection */
15
16
17
18 } go();
19