From: phasefx Date: Tue, 27 Oct 2009 03:52:01 +0000 (+0000) Subject: data.hash.aous not available in 1.4. We'd need to backport open-ils.actor.org_unit_s... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d8c25cdb6c900690be7e47b1b1bca6e4904def63;p=Evergreen.git data.hash.aous not available in 1.4. We'd need to backport open-ils.actor.org_unit_setting.values.ranged.retrieve git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@14619 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/circ/in_house_use.js b/Open-ILS/xul/staff_client/server/circ/in_house_use.js index d1f825000b..c24064bba6 100644 --- a/Open-ILS/xul/staff_client/server/circ/in_house_use.js +++ b/Open-ILS/xul/staff_client/server/circ/in_house_use.js @@ -18,8 +18,8 @@ circ.in_house_use.prototype = { var obj = this; - obj.entry_cap = Number( obj.data.hash.aous['ui.circ.in_house_use.entry_cap'] ) || 99; - obj.entry_warn = Number( obj.data.hash.aous['ui.circ.in_house_use.entry_warn'] ) || 20; + obj.entry_cap = /* Number( obj.data.hash.aous['ui.circ.in_house_use.entry_cap'] ) || */ 99; + obj.entry_warn = /* Number( obj.data.hash.aous['ui.circ.in_house_use.entry_warn'] ) || */ 20; JSAN.use('circ.util'); var columns = circ.util.columns(