[open-ils-commits] r13747 - branches/rel_1_4/Open-ILS/xul/staff_client/server/cat (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jul 27 15:39:15 EDT 2009
Author: phasefx
Date: 2009-07-27 15:39:10 -0400 (Mon, 27 Jul 2009)
New Revision: 13747
Modified:
branches/rel_1_4/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: branches/rel_1_4/Open-ILS/xul/staff_client/server/cat/copy_buckets.js
===================================================================
--- branches/rel_1_4/Open-ILS/xul/staff_client/server/cat/copy_buckets.js 2009-07-27 19:39:04 UTC (rev 13746)
+++ branches/rel_1_4/Open-ILS/xul/staff_client/server/cat/copy_buckets.js 2009-07-27 19:39:10 UTC (rev 13747)
@@ -670,6 +670,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