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=refs%2Fheads%2Fuser%2Ftlittle%2FLP2003973_Permchecks_acqcopyattrs;p=working%2FEvergreen.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 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">