From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Wed, 20 Apr 2011 08:10:05 +0000 (+0000)
Subject: fix export templates, copy/paste-o
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=59dfdcf99db5ae6f34956e33162d6dd1c4140d56;p=evergreen%2Fbjwebb.git

fix export templates, copy/paste-o

git-svn-id: svn://svn.open-ils.org/ILS/trunk@20231 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

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 e15c3951f..2938b6a80 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