From 2e7a3f23ba9598d5435406730f7318ab56d9dc7d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 24 Nov 2020 15:44:14 +0000 Subject: [PATCH] --- ayanova/src/views/cust-customer-notes.vue | 2 +- ayanova/src/views/cust-customer.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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: