This commit is contained in:
@@ -1402,10 +1402,9 @@ async function clickHandler(menuItem) {
|
||||
});
|
||||
break;
|
||||
case "CustomerNoteList":
|
||||
|
||||
m.vm.$router.push({
|
||||
name: "customer-notes",
|
||||
params: { customerid: m.vm.obj.id }
|
||||
params: { customerid: m.vm.obj.id, customername: m.vm.obj.name }
|
||||
});
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user