From: Bill Erickson Date: Wed, 20 Jan 2021 22:02:38 +0000 (-0500) Subject: LP1929741 Display copy row number in copy edit grid X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8165e404c3af566d30c40fe5fac687fe66a28ef8;p=contrib%2FConifer.git LP1929741 Display copy row number in copy edit grid Signed-off-by: Bill Erickson Signed-off-by: Galen Charlton Signed-off-by: Jane Sandberg --- diff --git a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/batch-copies.component.html b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/batch-copies.component.html index de3b2f43b0..2fdfd2df7c 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/batch-copies.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/batch-copies.component.html @@ -44,13 +44,15 @@
-
+
+ [rowIndex]="idx + 1" [lineitem]="lineitem" [copy]="copy"> +
diff --git a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.html b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.html index 5e24456115..49d3a1ab8f 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.html @@ -2,6 +2,11 @@ and the batch copy editor component -->
+
+ + {{rowIndex}} +