From b17fe79ef7043ee06d78585bfbb9e425a8b67d3c Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 19 Sep 2011 14:07:22 -0400 Subject: [PATCH] lp854084: fix catalog link in line item table when using TT-OPAC Signed-off-by: Galen Charlton Signed-off-by: Bill Erickson --- Open-ILS/web/js/ui/default/acq/common/li_table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cf54585991..3bfc4b46c6 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 } ); -- 2.43.2