This commit is contained in:
2020-11-24 15:44:14 +00:00
parent 1ac506b585
commit 2e7a3f23ba
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
/* Xeslint-disable */ /* Xeslint-disable */
// //
//////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
const FORM_KEY = "cust-customer-notes"; const FORM_KEY = "cust-customer-notes";
export default { export default {

View File

@@ -1274,7 +1274,6 @@ export default {
ret += vm.obj.country + "\n"; ret += vm.obj.country + "\n";
} }
window.$gz.util.copyToClipboard(ret); window.$gz.util.copyToClipboard(ret);
/* todo maybe down the road if asked for? /* todo maybe down the road if asked for?
if(mAddressType==AddressTypes.Physical) if(mAddressType==AddressTypes.Physical)
@@ -1403,9 +1402,10 @@ async function clickHandler(menuItem) {
}); });
break; break;
case "CustomerNoteList": case "CustomerNoteList":
m.vm.$router.push({ m.vm.$router.push({
name: "customer-notes", name: "customer-notes",
params: { customerId: m.vm.Id } params: { customerid: m.vm.obj.id }
}); });
break; break;
default: default: