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=2f8a477e40735fec6c6306b6514640848f16f1da;p=working%2FEvergreen.git 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 --- 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'; }