From 59dfdcf99db5ae6f34956e33162d6dd1c4140d56 Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 20 Apr 2011 08:10:05 +0000 Subject: [PATCH] fix export templates, copy/paste-o git-svn-id: svn://svn.open-ils.org/ILS/trunk@20231 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/cat/volume_copy_editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/cat/volume_copy_editor.js b/Open-ILS/xul/staff_client/server/cat/volume_copy_editor.js index e15c3951fc..2938b6a807 100644 --- a/Open-ILS/xul/staff_client/server/cat/volume_copy_editor.js +++ b/Open-ILS/xul/staff_client/server/cat/volume_copy_editor.js @@ -78,7 +78,7 @@ function setup_templates() { }; 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 -- 2.43.2