LP#1929749: Originating Acquisition from item status now links to Angular interface
authorGalen Charlton <gmc@equinoxOLI.org>
Wed, 19 Jan 2022 22:06:07 +0000 (17:06 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Wed, 19 Jan 2022 22:06:07 +0000 (17:06 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/web/js/ui/default/staff/cat/item/app.js

index 8e21e25..48e5bde 100644 (file)
@@ -131,7 +131,7 @@ function($scope , $q , $window , $location , $timeout , egCore , egNet , egGridD
                     if (acqData) {
                         if (acqData.a) {
                             acqData = egCore.idl.toHash(acqData);
-                            var url = '/eg/acq/po/view/' + acqData.purchase_order + '/' + acqData.id;
+                            var url = '/eg2/staff/acq/po/' + acqData.purchase_order + '#' + acqData.id;
                             $timeout(function () { $window.open(url, '_blank') });
                             hasResults = true;
                         }