projects
/
Evergreen.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
copying the item-config into the result object. fixed bug in capturing item config...
[Evergreen.git]
/
Open-ILS
/
src
/
javascript
/
backend
/
circ
/
circ_item_config.js
diff --git
a/Open-ILS/src/javascript/backend/circ/circ_item_config.js
b/Open-ILS/src/javascript/backend/circ/circ_item_config.js
index
9cfd946
..
c54d0cc
100644
(file)
--- a/
Open-ILS/src/javascript/backend/circ/circ_item_config.js
+++ b/
Open-ILS/src/javascript/backend/circ/circ_item_config.js
@@
-51,7
+51,7
@@
var CIRC_MOD_MAP = {
/* this will set defaults even if no one asked for them */
log_debug("Calling getItemConfig() to force defaults..");
-getItemConfig();
+
result.item_config =
getItemConfig();
function getItemConfig() {