LP#1929749: fix link to new PO interface after upload
authorGalen Charlton <gmc@equinoxOLI.org>
Thu, 9 Dec 2021 22:05:46 +0000 (17:05 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Thu, 9 Dec 2021 22:05:46 +0000 (17:05 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.html

index 2356747..a196153 100644 (file)
     </div>
     <div><a routerLink="/staff/cat/vandelay/queue/{{recordType}}/{{activeQueueId}}" target="_blank" i18n>Queue</a></div>
     <div class="col-sm-1" [hidden]="!selectedSelectionList"><a href="/eg2/staff/acq/picklist/{{activeSelectionListId}}" target="_blank">Selection List</a></div>
-    <div class="col-sm-2" [hidden]="!createPurchaseOrder"><a routerLink="/eg/staff/acq/po/{{newPO}}" target="_blank">Purchase Order</a></div>
+    <div class="col-sm-2" [hidden]="!createPurchaseOrder"><a routerLink="/eg2/staff/acq/po/{{newPO}}" target="_blank">Purchase Order</a></div>
     </div>