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)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 9 Feb 2021 16:07:54 +0000 (11:07 -0500)
Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

Open-ILS/web/js/ui/default/acq/common/li_table.js

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