From 1cbd73763cdf9403b895102f026da0896ec0663b Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 1 Nov 2019 11:37:53 -0400 Subject: [PATCH] tweaks to line-item results display - The line item ID now links to either to the Dojo purchase order display (with that line item highlighted), or, if there is no purchase order, to the Dojo selection list display (again, with that line item highlighted). - The "Catalog" link is now dispayed only when the line item is linked to a bib record - Fix a display issue if the line item is not linked to a provider. Signed-off-by: Galen Charlton --- .../app/staff/acq/search/lineitem-results.component.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/acq/search/lineitem-results.component.html b/Open-ILS/src/eg2/src/app/staff/acq/search/lineitem-results.component.html index ba4e9d799a..86c7d96d65 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/search/lineitem-results.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/search/lineitem-results.component.html @@ -1,5 +1,9 @@ - + {{lineitem.id()}} + + {{lineitem.id()}} @@ -14,7 +18,7 @@ - {{lineitem.provider().name()}} @@ -22,8 +26,9 @@