diff --git a/ayanova/src/views/cust-customer-notes.vue b/ayanova/src/views/cust-customer-notes.vue index 3f96d95f..ec2950f2 100644 --- a/ayanova/src/views/cust-customer-notes.vue +++ b/ayanova/src/views/cust-customer-notes.vue @@ -41,7 +41,6 @@ const FORM_KEY = "cust-customer-notes"; export default { created() { - this.customerId = parseInt(this.$route.params.customerid); //MIXED STATIC But with provided criteria FILTER this.clientCriteria = this.customerId.toString(); @@ -55,7 +54,7 @@ export default { data() { return { customerId: undefined, - // customername: undefined, + // customername: undefined, clientCriteria: undefined, rights: window.$gz.role.defaultRightsObject(), ayType: window.$gz.type.CustomerNote,