LP2003946 LI ID in Search jumps to item detail page
authorTiffany Little <tlittle@georgialibraries.org>
Thu, 26 Jan 2023 14:18:01 +0000 (09:18 -0500)
committerMichele Morgan <mmorgan@noblenet.org>
Tue, 9 May 2023 14:22:17 +0000 (10:22 -0400)
Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
Signed-off-by: Christine Morgan <cmorgan@noblenet.org>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>

Open-ILS/src/eg2/src/app/staff/acq/search/lineitem-results.component.html

index b32398d..b0c8dd1 100644 (file)
@@ -37,8 +37,8 @@
 
   <ng-container>
     <a *ngIf="lineitem.purchase_order()" 
-      routerLink="/staff/acq/po/{{lineitem.purchase_order().id()}}"
-      fragment="{{lineitem.id()}}" target="_blank">
+      routerLink="/staff/acq/po/{{lineitem.purchase_order().id()}}/lineitem/{{lineitem.id()}}/items"
+      target="_blank">
       {{lineitem.id()}}
     </a>
     <a *ngIf="lineitem.picklist() && !lineitem.purchase_order()"