From: Galen Charlton Date: Thu, 13 Jan 2022 21:08:48 +0000 (-0500) Subject: LP#1929749: tweak ordering agency selector X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=64e9e9d6438009244241b108c174d1150665a7a5;p=working%2FEvergreen.git LP#1929749: tweak ordering agency selector Restrict the OUs to the ones that the user has permissions to either create POs or SLs at. Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.html b/Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.html index c597f6f58a..8a805eb463 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.html @@ -73,8 +73,9 @@
+ [applyOrgId]="orderingAgency" + (onChange)="orgOnChange($event)" + [limitPerms]="['CREATE_PICKLIST','CREATE_PURCHASE_ORDER']">