[open-ils-commits] [GIT] Evergreen ILS branch master updated. f48b1bc163c5ea83054f7ad23a50966aab59f039

Evergreen Git git at git.evergreen-ils.org
Wed Feb 4 13:47:48 EST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  f48b1bc163c5ea83054f7ad23a50966aab59f039 (commit)
      from  1dc77fa6a84189758826907ea6324418179543d0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f48b1bc163c5ea83054f7ad23a50966aab59f039
Author: Bill Erickson <berick at esilibrary.com>
Date:   Tue Dec 17 09:57:08 2013 -0500

    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 <berick at esilibrary.com>
    Signed-off-by: Ben Shum <bshum at biblio.org>

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 e5788c8..1a6680a 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,

-----------------------------------------------------------------------

Summary of changes:
 .../xul/staff_client/chrome/content/main/menu.js   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list