From: Galen Charlton Date: Wed, 9 Feb 2022 20:51:05 +0000 (-0500) Subject: LP#1929749: enable certain actions only for activated POs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f972723804ac8ebe5fd4b7ae417a1e0ac0dd987b;p=working%2FEvergreen.git LP#1929749: enable certain actions only for activated POs I.e., mark selected line items as received or un-received and cancel selected line items. Signed-off-by: Galen Charlton --- 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 a622d13863..e8abd50fb4 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 @@ -59,11 +59,11 @@ [disabled]="!isPendingPo()" queryParamsHandling="merge" i18n>Load Bibs and Items + [disabled]="!isActivatedPo() || !selectedIds().length" i18n>Mark Selected Line Items as Received + [disabled]="!isActivatedPo() || !selectedIds().length" i18n>Un-Receive Selected Line Items + [disabled]="!isActivatedPo() || !selectedIds().length" i18n>Cancel Selected Line Items