projects
/
Evergreen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
This commit breaks compatibility with OpenSRF 0.9.
[Evergreen.git]
/
Open-ILS
/
src
/
javascript
/
backend
/
circ
/
circ_permit_renew.js
1
function go() {
2
3
/* load the lib script */
4
load_lib('circ/circ_lib.js');
5
load_lib('JSON_v1.js');
6
log_vars('circ_permit_renew');
7
8
} go();