[open-ils-commits] [GIT] Evergreen ILS branch rel_2_7 updated. f3775a664fa8af0322a501713485a1fef5b911bf

Evergreen Git git at git.evergreen-ils.org
Wed Feb 4 13:47:49 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, rel_2_7 has been updated
       via  f3775a664fa8af0322a501713485a1fef5b911bf (commit)
      from  807c350fa04ae486cf5383b4a7481f97f3ced334 (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 f3775a664fa8af0322a501713485a1fef5b911bf
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 f10ba71..f9993cf 100644
--- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js
+++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js
@@ -524,7 +524,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