lp854084: fix catalog link in line item table when using TT-OPAC
authorGalen Charlton <gmc@esilibrary.com>
Mon, 19 Sep 2011 18:07:22 +0000 (14:07 -0400)
committerBill Erickson <berick@esilibrary.com>
Mon, 19 Sep 2011 18:06:15 +0000 (14:06 -0400)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Bill Erickson <berick@esilibrary.com>

Open-ILS/web/js/ui/default/acq/common/li_table.js

index cf54585..3bfc4b4 100644 (file)
@@ -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
                 }
             );