LP1888723 Adds call number edit link to catalog copy table
authorBill Erickson <berickxx@gmail.com>
Wed, 3 Mar 2021 17:27:30 +0000 (12:27 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Sun, 15 Aug 2021 23:56:30 +0000 (19:56 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Ruth Frasur <rfrasur@library.in.gov>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.html

index 417ee60..df669a1 100644 (file)
@@ -2,6 +2,10 @@
   {{copy.call_number_prefix_label}}
   {{copy.call_number_label}}
   {{copy.call_number_suffix_label}}
+  <div>
+    <a routerLink="/staff/cat/volcopy/holdings/callnumber/{{copy.call_number}}"
+      class="" target="_blank"i18n>Edit</a> 
+  </div>
 </ng-template>
 
 <ng-template #barcodeTemplate let-copy="row" let-context="userContext">