From fb5e8fb96c377e3e1ccafeb455012f5d741542d2 Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 27 Jul 2009 19:38:52 +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/trunk@13744 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 ddbe06beb..9f5f3cc68 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); } -- 2.11.0