This commit is contained in:
2020-12-09 00:26:20 +00:00
parent 71d101fc8e
commit b494e75756

View File

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