]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/javascript/backend/circ/circ_max_fines.js
moved the PINES-specific circ rules over to the Evergreen tree
[Evergreen.git] / Open-ILS / src / javascript / backend / circ / circ_max_fines.js
1 /** XXX DEPRECATED */
2
3 function go() {
4
5 /* load the lib script */
6 load_lib('circ/circ_lib.js');
7 log_vars('circ_max_fine');
8
9
10 return result.maxFine = "books";
11
12 } go();