From 92e79fb493ba609bf233897cd69e6a39d2349b22 Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 16 Dec 2009 07:43:31 +0000 Subject: [PATCH] make sure we have a data object to reference for unfleshed org unit columns git-svn-id: svn://svn.open-ils.org/ILS/trunk@15172 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/util/list.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/xul/staff_client/chrome/content/util/list.js b/Open-ILS/xul/staff_client/chrome/content/util/list.js index c7e6209dc7..7283e26b44 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/list.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/list.js @@ -1621,6 +1621,7 @@ util.list.prototype = { 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; -- 2.11.0