From: phasefx Date: Mon, 27 Jul 2009 19:38:58 +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=d1f1ad37243c5c7184bca7aee2c7965b1e8fb245;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_6@13745 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 df99a443de..d171527835 100644 --- a/Open-ILS/xul/staff_client/server/cat/copy_buckets.js +++ b/Open-ILS/xul/staff_client/server/cat/copy_buckets.js @@ -630,6 +630,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); }