bug fix: Item Status, once spawned from the Copy Buckets interface, would keep spawni...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 27 Jul 2009 19:38:52 +0000 (19:38 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 27 Jul 2009 19:38:52 +0000 (19:38 +0000)
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

index ddbe06b..9f5f3cc 100644 (file)
@@ -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);
                                         }