[open-ils-commits] [GIT] Evergreen ILS branch rel_2_6 updated. 3bcbed17c093af2fd31376c0c83c4e8cc9e54f40
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, rel_2_6 has been updated
via 3bcbed17c093af2fd31376c0c83c4e8cc9e54f40 (commit)
from 2d25f8ff540f343bfb26920671f2f57e98351057 (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 3bcbed17c093af2fd31376c0c83c4e8cc9e54f40
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 3addc9c..db71bfd 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