From ac5957127e0656b70fd9fbfd7e292f691c5e1f85 Mon Sep 17 00:00:00 2001 From: Tiffany Little Date: Wed, 16 Dec 2020 13:40:20 -0500 Subject: [PATCH] Updates the lineitem catalog link to point to the new Angular catalog. Signed-off-by: Tiffany Little --- 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 fb4cca765e..f4472b5de2 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 @@ -1833,7 +1833,7 @@ function AcqLiTable() { } ); } else { - var url = '/eg/staff/cat/catalog/record/' + bib_id; + var url = '/eg2/en-US/staff/catalog/record/' + bib_id; if (default_view == 'copy_browser') { url += '/holdings'; } -- 2.11.0