[open-ils-commits] r12559 - trunk/Open-ILS/web/js/ui/default/acq/picklist (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Mar 17 11:31:59 EDT 2009
Author: erickson
Date: 2009-03-17 11:31:57 -0400 (Tue, 17 Mar 2009)
New Revision: 12559
Modified:
trunk/Open-ILS/web/js/ui/default/acq/picklist/bib_search.js
Log:
reset table before next round of search results
Modified: trunk/Open-ILS/web/js/ui/default/acq/picklist/bib_search.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/acq/picklist/bib_search.js 2009-03-17 14:53:33 UTC (rev 12558)
+++ trunk/Open-ILS/web/js/ui/default/acq/picklist/bib_search.js 2009-03-17 15:31:57 UTC (rev 12559)
@@ -83,6 +83,7 @@
var resultRow;
function doSearch(values) {
showDiv('oils-acq-pl-loading');
+ liTable.reset();
search = {
service : [],
More information about the open-ils-commits
mailing list