This commit is contained in:
2021-06-28 21:15:33 +00:00
parent 06c1503b29
commit f2ad70258a
14 changed files with 14 additions and 14 deletions

View File

@@ -714,7 +714,7 @@ function generateMenu(vm) {
});
}
if (vm.rights.change) {
if (vm.rights.change && vm.$route.params.recordid != 0) {
menuOptions.menuItems.push({
title: "Duplicate",
icon: "$ayiClone",