[open-ils-commits] r7817 - trunk/Open-ILS/xul/staff_client/server/cat

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Sep 20 17:54:05 EDT 2007


Author: phasefx
Date: 2007-09-20 17:44:59 -0400 (Thu, 20 Sep 2007)
New Revision: 7817

Modified:
   trunk/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js
Log:
fix for bug 514.  Adding a 0-copy volume will refresh the tree in Holdings Maintenance

Modified: trunk/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js	2007-09-20 21:23:04 UTC (rev 7816)
+++ trunk/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js	2007-09-20 21:44:59 UTC (rev 7817)
@@ -413,11 +413,11 @@
 					g.error.standard_unexpected_error_alert('volume tree update 2',E);
 				}
 
-				if (typeof window.refresh == 'function') window.refresh();
-
 			}
 		}
 
+		if (typeof window.refresh == 'function') window.refresh();
+
 		window.close();
 
 	} catch(E) {



More information about the open-ils-commits mailing list