From: Galen Charlton Date: Fri, 1 Nov 2019 15:37:53 +0000 (-0400) Subject: tweaks to line-item results display X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1cbd73763cdf9403b895102f026da0896ec0663b;p=working%2FEvergreen.git 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 --- 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 @@