From 2f8a477e40735fec6c6306b6514640848f16f1da 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 Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- 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..0cde20e4f9 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/staff/catalog/record/' + bib_id; if (default_view == 'copy_browser') { url += '/holdings'; } -- 2.43.2