From de1de87a6cdcbf29eec18d6551d68759be0a41aa Mon Sep 17 00:00:00 2001 From: Tiffany Little Date: Thu, 26 Jan 2023 13:05:03 -0500 Subject: [PATCH] LP2003973 Remove perm checks from acq copy-attrs Signed-off-by: Tiffany Little --- Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 758c965e3b..3d817a888a 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">
-- 2.11.0