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=d71e985b74814a6a304811d17b7c40c776a3a39e;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 0cde20e4f9..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 = '/eg2/staff/catalog/record/' + bib_id; + var url = '/eg2/en-US/staff/catalog/record/' + bib_id; if (default_view == 'copy_browser') { url += '/holdings'; }