From: Tiffany Little Date: Thu, 26 Jan 2023 18:05:03 +0000 (-0500) Subject: LP2003973 Remove perm checks from acq copy-attrs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=97db0b8d08ae92745c5d3526504d39fefc5d840d;p=evergreen%2Fpines.git LP2003973 Remove perm checks from acq copy-attrs Signed-off-by: Tiffany Little --- diff --git a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.html b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.html index 294855afd6..5d1190c4fb 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.html @@ -11,7 +11,6 @@ @@ -20,7 +19,7 @@ #locationSelector [ngModel]="copy.location()" [startsWith]="true" [contextOrgId]="copy.owning_lib()" [loadAsync]="false" (valueChange)="valueChange('location', $event)" - permFilter="CREATE_PICKLIST" [showUnsetString]="false"> + [showUnsetString]="false">