From: phasefx Date: Mon, 27 Jul 2009 19:38:52 +0000 (+0000) Subject: bug fix: Item Status, once spawned from the Copy Buckets interface, would keep spawni... X-Git-Tag: sprint4-merge-nov22~9608 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fb5e8fb96c377e3e1ccafeb455012f5d741542d2;p=working%2FEvergreen.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/trunk@13744 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 ddbe06beb1..9f5f3cc68d 100644 --- a/Open-ILS/xul/staff_client/server/cat/copy_buckets.js +++ b/Open-ILS/xul/staff_client/server/cat/copy_buckets.js @@ -643,6 +643,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); }