[open-ils-commits] r20231 - trunk/Open-ILS/xul/staff_client/server/cat (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Apr 20 04:10:10 EDT 2011
Author: phasefx
Date: 2011-04-20 04:10:05 -0400 (Wed, 20 Apr 2011)
New Revision: 20231
Modified:
trunk/Open-ILS/xul/staff_client/server/cat/volume_copy_editor.js
Log:
fix export templates, copy/paste-o
Modified: trunk/Open-ILS/xul/staff_client/server/cat/volume_copy_editor.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/volume_copy_editor.js 2011-04-20 05:04:28 UTC (rev 20230)
+++ trunk/Open-ILS/xul/staff_client/server/cat/volume_copy_editor.js 2011-04-20 08:10:05 UTC (rev 20231)
@@ -78,7 +78,7 @@
};
g.save_template = function() { xulG.item_editor_save_template(); };
g.import_templates = function() { xulG.item_editor_import_templates(); };
- g.export_templates = function() { xulG.item_editor_apply_templates(); };
+ g.export_templates = function() { xulG.item_editor_export_templates(); };
g.reset = function() { xulG.item_editor_reset(); };
// just do this once; not sure if on_url_load could fire multiple times
More information about the open-ils-commits
mailing list