From f48b1bc163c5ea83054f7ad23a50966aab59f039 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 17 Dec 2013 09:57:08 -0500 Subject: [PATCH] LP#1261777 repair cloned addr owner link Repair reference to undefined variable (offline) in spawn_editor() function, which is responsible for opening the tab for the linked patron. Variable should be "offlineStrings". Signed-off-by: Bill Erickson Signed-off-by: Ben Shum --- Open-ILS/xul/staff_client/chrome/content/main/menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/main/menu.js b/Open-ILS/xul/staff_client/chrome/content/main/menu.js index e5788c863b..1a6680afcc 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js @@ -564,7 +564,7 @@ main.menu.prototype = { {}, { 'show_print_button' : true , - 'tab_name' : offline.getString('menu.cmd_patron_register.related.tab'), + 'tab_name' : offlineStrings.getString('menu.cmd_patron_register.related.tab'), 'passthru_content_params' : { 'spawn_search' : function(s) { obj.spawn_search(s); }, 'spawn_editor' : spawn_editor, -- 2.43.2