[open-ils-commits] r7902 -
branches/rel_1_2/Open-ILS/xul/staff_client/server/cat
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Oct 22 01:45:39 EDT 2007
Author: phasefx
Date: 2007-10-22 01:32:14 -0400 (Mon, 22 Oct 2007)
New Revision: 7902
Modified:
branches/rel_1_2/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: branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js 2007-10-22 05:10:20 UTC (rev 7901)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js 2007-10-22 05:32:14 UTC (rev 7902)
@@ -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