diff --git a/ayanova/src/views/cust-customer.vue b/ayanova/src/views/cust-customer.vue index c12db956..0fb6ca4b 100644 --- a/ayanova/src/views/cust-customer.vue +++ b/ayanova/src/views/cust-customer.vue @@ -1254,6 +1254,18 @@ async function clickHandler(menuItem) { postCode: m.vm.obj.postCode }); break; + case "addresscopytopostal": + m.vm.obj.postAddress = m.vm.obj.address; + m.vm.obj.postCity = m.vm.obj.city; + m.vm.obj.postRegion = m.vm.obj.region; + m.vm.obj.postCountry = m.vm.obj.country; + break; + case "addresscopytophysical": + m.vm.obj.address = m.vm.obj.postAddress; + m.vm.obj.city = m.vm.obj.postCity; + m.vm.obj.region = m.vm.obj.postRegion; + m.vm.obj.country = m.vm.obj.postCountry; + break; default: window.$gz.eventBus.$emit( "notify-warning",