From b494e75756973a65629d7b77978f565b591ed57e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 9 Dec 2020 00:26:20 +0000 Subject: [PATCH] --- ayanova/src/views/cust-customer-notes.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ayanova/src/views/cust-customer-notes.vue b/ayanova/src/views/cust-customer-notes.vue index 40f11618..40621981 100644 --- a/ayanova/src/views/cust-customer-notes.vue +++ b/ayanova/src/views/cust-customer-notes.vue @@ -144,7 +144,7 @@ async function clickHandler(menuItem) { function generateMenu(vm) { let menuOptions = { isMain: false, - readOnly: vm.formState.readOnly, + readOnly: !vm.rights.change, icon: "$ayiClipboard", title: "CustomerNoteList", helpUrl: "form-customer-notes",