From: Jason Etheridge Date: Wed, 26 Apr 2017 21:23:26 +0000 (-0400) Subject: lp1491875 unlock twice for marc editor :-/ X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=497e3080bff09755a3be761c59715dfad6d950d9;p=working%2FEvergreen.git lp1491875 unlock twice for marc editor :-/ Signed-off-by: Jason Etheridge --- diff --git a/Open-ILS/xul/staff_client/server/cat/marcedit.js b/Open-ILS/xul/staff_client/server/cat/marcedit.js index dca52a68d3..68bf3a30e3 100644 --- a/Open-ILS/xul/staff_client/server/cat/marcedit.js +++ b/Open-ILS/xul/staff_client/server/cat/marcedit.js @@ -1242,6 +1242,7 @@ function save_attempt(xml_string) { tab.marc_edit_changed = false; } oils_unlock_page(); + oils_unlock_page(); /* kludge for LP1491875 */ if (result.id) { replace_on_complete = fastItemAdd_attempt(result.id); }