From 15162f6428c165aac10e3ffb25fa64f2df5d19a5 Mon Sep 17 00:00:00 2001 From: Liam Whalen Date: Mon, 7 Jul 2014 13:55:05 -0700 Subject: [PATCH] LP1282277 & LP1282286 Double call to MARC edit save fixed The code currently calls the MARC edit save feature twice due to a copy and paste error. This commit removes the duplicate call to save. Signed-off-by: Liam Whalen Signed-off-by: Jennifer Pringle Signed-off-by: Ben Shum --- Open-ILS/xul/staff_client/server/cat/marcedit.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/cat/marcedit.js b/Open-ILS/xul/staff_client/server/cat/marcedit.js index 13dd771978..b046e0a40b 100644 --- a/Open-ILS/xul/staff_client/server/cat/marcedit.js +++ b/Open-ILS/xul/staff_client/server/cat/marcedit.js @@ -1223,7 +1223,6 @@ function fastItemAdd_attempt(doc_id) { function save_attempt(xml_string) { try { - var result = window.xulG.save.func( xml_string ); var tabs = window.parent.parent.document.getElementById('main_tabs'); var idx = tabs.selectedIndex; var tab = tabs.childNodes[idx]; -- 2.11.0