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",