[open-ils-commits] r15577 - trunk/Open-ILS/web/js/ui/default/acq/po (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Feb 18 10:29:43 EST 2010


Author: phasefx
Date: 2010-02-18 10:29:40 -0500 (Thu, 18 Feb 2010)
New Revision: 15577

Modified:
   trunk/Open-ILS/web/js/ui/default/acq/po/events.js
Log:
this was moved into buildEventGrid

Modified: trunk/Open-ILS/web/js/ui/default/acq/po/events.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/acq/po/events.js	2010-02-18 15:10:22 UTC (rev 15576)
+++ trunk/Open-ILS/web/js/ui/default/acq/po/events.js	2010-02-18 15:29:40 UTC (rev 15577)
@@ -15,7 +15,6 @@
         buildStateSelector();
         buildOrgSelector();
         buildDatePickers();
-        eventGrid.resetStore();
         buildEventGrid();
 
         eventGrid.cancelSelected = function() { doSelected('open-ils.acq.purchase_order.event.cancel.batch') };



More information about the open-ils-commits mailing list