From 3bf2d52861283f30619bb837fbf1a96dd0ec85c2 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 11 Jan 2022 16:56:26 -0500 Subject: [PATCH] LP#1942220: (follow-up) move LI identifier widget This moves the controls for setting the LI identifier over to the main block of LI details. This address a UX issue discovered during testing: testers were ending up entering the LI price in the LI identifier control. Signed-off-by: Galen Charlton --- .../acq/lineitem/lineitem-list.component.html | 76 +++++++++++----------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html index 82b58bec1a..d2dc219e0e 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html @@ -286,6 +286,44 @@ {{li.source_label()}} +
+
+
+ +
+
+ + ({{identOptions(li).length}}) + +
+ +
+ + + +
+
+
+ + +
+
+
@@ -396,44 +434,6 @@
-
- -
-
- - ({{identOptions(li).length}}) - -
- -
- - - -
-
-
- - -
-
-
-
-
-- 2.11.0