]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/javascript/backend/circ/circ_recurring_fines.js
removed hold shelf check - that is now handled by the perl
[Evergreen.git] / Open-ILS / src / javascript / backend / circ / circ_recurring_fines.js
1 /** XXX DEPRECATED */
2
3
4 function go() {
5
6 /* load the lib script */
7 load_lib('circ/circ_lib.js');
8 log_vars('circ_recurring_fines');
9
10 /** 
11 Set some sane defaults.  Valid values for result.recurringFinesLevel
12 are low, nornal, and high
13 */
14 result.recurringFinesRule = "books";
15 result.recurringFinesLevel = 'normal';
16
17
18 return;
19
20 } go();