Updates the lineitem catalog link to point to the new Angular catalog.
authorTiffany Little <tlittle@georgialibraries.org>
Wed, 16 Dec 2020 18:40:20 +0000 (13:40 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 15 Sep 2021 18:37:03 +0000 (14:37 -0400)
Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
Open-ILS/web/js/ui/default/acq/common/li_table.js

index 0cde20e..f4472b5 100644 (file)
@@ -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';
                 }