diff --git a/ayanova/src/views/cust-customer-notes.vue b/ayanova/src/views/cust-customer-notes.vue index 149092c9..c91855d7 100644 --- a/ayanova/src/views/cust-customer-notes.vue +++ b/ayanova/src/views/cust-customer-notes.vue @@ -26,7 +26,7 @@ /* Xeslint-disable */ // //////////////////////////////////////////////////////////////////////////////////////////////////////////// -// + const FORM_KEY = "cust-customer-notes"; export default { diff --git a/ayanova/src/views/cust-customer.vue b/ayanova/src/views/cust-customer.vue index 241553d4..4182fb52 100644 --- a/ayanova/src/views/cust-customer.vue +++ b/ayanova/src/views/cust-customer.vue @@ -1274,7 +1274,6 @@ export default { ret += vm.obj.country + "\n"; } window.$gz.util.copyToClipboard(ret); - /* todo maybe down the road if asked for? if(mAddressType==AddressTypes.Physical) @@ -1403,9 +1402,10 @@ async function clickHandler(menuItem) { }); break; case "CustomerNoteList": + m.vm.$router.push({ name: "customer-notes", - params: { customerId: m.vm.Id } + params: { customerid: m.vm.obj.id } }); break; default: