[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. a2aa3c98f8463f621335ee3d55d86bf97fa738d3

Evergreen Git git at git.evergreen-ils.org
Tue Oct 18 09:28:38 EDT 2011


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_1 has been updated
       via  a2aa3c98f8463f621335ee3d55d86bf97fa738d3 (commit)
      from  ad9dc4b82069f181b03cc578d3b203336ff737f8 (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 a2aa3c98f8463f621335ee3d55d86bf97fa738d3
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Thu Oct 13 14:43:14 2011 -0400

    Fix print_init error in checkout interface
    
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>

diff --git a/Open-ILS/xul/staff_client/server/patron/display.js b/Open-ILS/xul/staff_client/server/patron/display.js
index 1648cc8..ec1a210 100644
--- a/Open-ILS/xul/staff_client/server/patron/display.js
+++ b/Open-ILS/xul/staff_client/server/patron/display.js
@@ -831,7 +831,8 @@ patron.display.prototype = {
                                 }
                             )
                         }
-                    }
+                    },
+                    'url_prefix' : function(url) { return xulG.url_prefix(url); }
                 }
             );
             netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");

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

Summary of changes:
 Open-ILS/xul/staff_client/server/patron/display.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list