[open-ils-commits] r14620 - branches/rel_1_4_0/Open-ILS/xul/staff_client/server/circ (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Oct 26 23:52:12 EDT 2009


Author: phasefx
Date: 2009-10-26 23:52:09 -0400 (Mon, 26 Oct 2009)
New Revision: 14620

Modified:
   branches/rel_1_4_0/Open-ILS/xul/staff_client/server/circ/in_house_use.js
Log:
data.hash.aous not available in 1.4.  We'd need to backport open-ils.actor.org_unit_setting.values.ranged.retrieve

Modified: branches/rel_1_4_0/Open-ILS/xul/staff_client/server/circ/in_house_use.js
===================================================================
--- branches/rel_1_4_0/Open-ILS/xul/staff_client/server/circ/in_house_use.js	2009-10-27 03:52:01 UTC (rev 14619)
+++ branches/rel_1_4_0/Open-ILS/xul/staff_client/server/circ/in_house_use.js	2009-10-27 03:52:09 UTC (rev 14620)
@@ -18,8 +18,8 @@
 
 		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( 



More information about the open-ils-commits mailing list