case 4557
This commit is contained in:
@@ -333,7 +333,7 @@ async function clickHandler(menuItem) {
|
||||
case "new":
|
||||
m.vm.$router.push({
|
||||
name: "customer-note-edit",
|
||||
params: { recordid: 0 }
|
||||
params: { recordid: 0, customerid: m.vm.obj.customerId }
|
||||
});
|
||||
break;
|
||||
case "report":
|
||||
|
||||
Reference in New Issue
Block a user