From: phasefx Date: Mon, 27 Jul 2009 19:39:10 +0000 (+0000) Subject: bug fix: Item Status, once spawned from the Copy Buckets interface, would keep spawni... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=77e4087134ecf8b52094f931d0bd92739e20b846;p=Evergreen.git bug fix: Item Status, once spawned from the Copy Buckets interface, would keep spawning on every bucket change git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@13747 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/cat/copy_buckets.js b/Open-ILS/xul/staff_client/server/cat/copy_buckets.js index e210314ec1..51d4db5590 100644 --- a/Open-ILS/xul/staff_client/server/cat/copy_buckets.js +++ b/Open-ILS/xul/staff_client/server/cat/copy_buckets.js @@ -670,6 +670,7 @@ cat.copy_buckets.prototype = { ); 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); }