From d1f1ad37243c5c7184bca7aee2c7965b1e8fb245 Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 27 Jul 2009 19:38:58 +0000 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/server/cat/copy_buckets.js | 1 + 1 file changed, 1 insertion(+) 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); } -- 2.11.0