From: phasefx Date: Wed, 16 Dec 2009 07:43:31 +0000 (+0000) Subject: make sure we have a data object to reference for unfleshed org unit columns X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=92e79fb493ba609bf233897cd69e6a39d2349b22;p=evergreen%2Fbjwebb.git 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 --- 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 c7e6209dc..7283e26b4 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;