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

Evergreen Git git at git.evergreen-ils.org
Mon Sep 19 14:06:26 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, master has been updated
       via  b17fe79ef7043ee06d78585bfbb9e425a8b67d3c (commit)
      from  1b5b41377692e56976bcce019cb2908bab48559a (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 b17fe79ef7043ee06d78585bfbb9e425a8b67d3c
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Sep 19 14:07:22 2011 -0400

    lp854084: fix catalog link in line item table when using TT-OPAC
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/web/js/ui/default/acq/common/li_table.js b/Open-ILS/web/js/ui/default/acq/common/li_table.js
index cf54585..3bfc4b4 100644
--- a/Open-ILS/web/js/ui/default/acq/common/li_table.js
+++ b/Open-ILS/web/js/ui/default/acq/common/li_table.js
@@ -893,7 +893,7 @@ function AcqLiTable() {
                     no_xulG : false, 
                     show_nav_buttons : true, 
                     show_print_button : true, 
-                    opac_url : xulG.url_prefix(xulG.urls.opac_rdetail + '?r=' + bib_id),
+                    opac_url : xulG.url_prefix(xulG.urls.opac_rdetail + bib_id),
                     default_view : default_view
                 }
             );

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

Summary of changes:
 Open-ILS/web/js/ui/default/acq/common/li_table.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list