From a0c539f842ba1dafb5a1f8c054b32bc72e111dca Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 6 Oct 2021 11:36:25 -0400 Subject: [PATCH] LP1904036 Patron reg honors claims perms Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html index ef3af6bee9..c89d354642 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html @@ -467,10 +467,12 @@ {args: {template: fieldCheckbox, field: 'master_account'}}"> + {args: {template: fieldInput, field: 'claims_returned_count', + type: 'number', disabled: !hasPerm.UPDATE_PATRON_CLAIM_RETURN_COUNT}}"> + {args: {template: fieldInput, field: 'claims_never_checked_out_count', + type: 'number', disabled: !hasPerm.UPDATE_PATRON_CLAIM_NEVER_CHECKED_OUT_COUNT}}">
-- 2.11.0