[open-ils-commits] r15172 - trunk/Open-ILS/xul/staff_client/chrome/content/util (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Dec 16 02:43:36 EST 2009
Author: phasefx
Date: 2009-12-16 02:43:31 -0500 (Wed, 16 Dec 2009)
New Revision: 15172
Modified:
trunk/Open-ILS/xul/staff_client/chrome/content/util/list.js
Log:
make sure we have a data object to reference for unfleshed org unit columns
Modified: trunk/Open-ILS/xul/staff_client/chrome/content/util/list.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/util/list.js 2009-12-16 06:12:27 UTC (rev 15171)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/util/list.js 2009-12-16 07:43:31 UTC (rev 15172)
@@ -1621,6 +1621,7 @@
if (typeof fieldmapper.IDL.fmclasses == 'undefined') { throw 'fieldmapper.IDL.fmclasses undefined'; }
if (typeof fieldmapper.IDL.fmclasses[hint] == 'undefined') { throw 'fieldmapper.IDL.fmclasses.' + hint + ' undefined'; }
var my_class = fieldmapper.IDL.fmclasses[hint];
+ JSAN.use('OpenILS.data'); var data = new OpenILS.data(); data.stash_retrieve();
function col_def(my_field) {
var col_id = hint + '_' + my_field.name;
More information about the open-ils-commits
mailing list