[open-ils-commits] r13745 - branches/rel_1_6/Open-ILS/xul/staff_client/server/cat (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jul 27 15:39:03 EDT 2009


Author: phasefx
Date: 2009-07-27 15:38:58 -0400 (Mon, 27 Jul 2009)
New Revision: 13745

Modified:
   branches/rel_1_6/Open-ILS/xul/staff_client/server/cat/copy_buckets.js
Log:
bug fix: Item Status, once spawned from the Copy Buckets interface, would keep spawning on every bucket change

Modified: branches/rel_1_6/Open-ILS/xul/staff_client/server/cat/copy_buckets.js
===================================================================
--- branches/rel_1_6/Open-ILS/xul/staff_client/server/cat/copy_buckets.js	2009-07-27 19:38:52 UTC (rev 13744)
+++ branches/rel_1_6/Open-ILS/xul/staff_client/server/cat/copy_buckets.js	2009-07-27 19:38:58 UTC (rev 13745)
@@ -630,6 +630,7 @@
                                             );
                                             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);
                                         }



More information about the open-ils-commits mailing list