[open-ils-commits] r11507 - trunk/Open-ILS/web/js/ui/default/acq/picklist
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Dec 11 10:40:37 EST 2008
Author: erickson
Date: 2008-12-11 10:40:35 -0500 (Thu, 11 Dec 2008)
New Revision: 11507
Modified:
trunk/Open-ILS/web/js/ui/default/acq/picklist/view_list.js
Log:
removed old commented line
Modified: trunk/Open-ILS/web/js/ui/default/acq/picklist/view_list.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/acq/picklist/view_list.js 2008-12-11 15:33:10 UTC (rev 11506)
+++ trunk/Open-ILS/web/js/ui/default/acq/picklist/view_list.js 2008-12-11 15:40:35 UTC (rev 11507)
@@ -14,7 +14,6 @@
if(listAll)
method = method.replace(/user/, 'user.all');
- //var store = new dojo.data.ItemFileWriteStore({data:acqpl.toStoreData([])});
var store = new dojo.data.ItemFileWriteStore({data:acqpl.initStoreData()});
plListGrid.setStore(store);
plListGrid.render();
More information about the open-ils-commits
mailing list