[open-ils-commits] r13744 - trunk/Open-ILS/xul/staff_client/server/cat (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jul 27 15:38:56 EDT 2009
Author: phasefx
Date: 2009-07-27 15:38:52 -0400 (Mon, 27 Jul 2009)
New Revision: 13744
Modified:
trunk/Open-ILS/xul/staff_client/server/cat/copy_buckets.js
Log:
bug fix: Item Status, once spawned from the Copy Buckets interface, would keep spawning on every bucket change
Modified: trunk/Open-ILS/xul/staff_client/server/cat/copy_buckets.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/copy_buckets.js 2009-07-27 19:15:49 UTC (rev 13743)
+++ trunk/Open-ILS/xul/staff_client/server/cat/copy_buckets.js 2009-07-27 19:38:52 UTC (rev 13744)
@@ -643,6 +643,7 @@
);
var url = urls.XUL_COPY_STATUS;
xulG.new_tab( url, {}, { 'barcodes' : barcodes });
+ setTimeout(function(){obj.list2.on_all_fleshed = null;},0);
} catch(E) {
obj.error.standard_unexpected_error_alert('export to copy status',E);
}
More information about the open-ils-commits
mailing list