From: Tiffany Little Date: Wed, 16 Dec 2020 18:40:20 +0000 (-0500) Subject: Updates the lineitem catalog link to point to the new Angular catalog. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ac5957127e0656b70fd9fbfd7e292f691c5e1f85;p=evergreen%2Fpines.git Updates the lineitem catalog link to point to the new Angular catalog. Signed-off-by: Tiffany Little --- 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'; }