[open-ils-commits] r20234 - branches/rel_2_1/Open-ILS/xul/staff_client/server/cat (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Apr 20 04:12:09 EDT 2011
Author: phasefx
Date: 2011-04-20 04:12:04 -0400 (Wed, 20 Apr 2011)
New Revision: 20234
Modified:
branches/rel_2_1/Open-ILS/xul/staff_client/server/cat/volume_copy_editor.js
Log:
fix export templates, copy/paste-o
Modified: branches/rel_2_1/Open-ILS/xul/staff_client/server/cat/volume_copy_editor.js
===================================================================
--- branches/rel_2_1/Open-ILS/xul/staff_client/server/cat/volume_copy_editor.js 2011-04-20 08:11:30 UTC (rev 20233)
+++ branches/rel_2_1/Open-ILS/xul/staff_client/server/cat/volume_copy_editor.js 2011-04-20 08:12:04 UTC (rev 20234)
@@ -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