This commit is contained in:
denisdulici
2019-12-31 16:03:20 +03:00
parent 1dc69454e4
commit fb9a0dcb0d
7 changed files with 12 additions and 12 deletions

View File

@ -76,7 +76,7 @@ const app = new Vue({
methods:{
onChangeContact(contact_id) {
axios.get(url + '/incomes/customers/' + contact_id + '/currency')
axios.get(url + '/sales/customers/' + contact_id + '/currency')
.then(response => {
this.form.contact_name = response.data.name;
this.form.contact_email = response.data.email;