renamed income/expense
This commit is contained in:
@ -76,7 +76,7 @@ const app = new Vue({
|
||||
|
||||
methods:{
|
||||
onChangeContact(contact_id) {
|
||||
axios.get(url + '/expenses/vendors/' + contact_id + '/currency')
|
||||
axios.get(url + '/purchases/vendors/' + contact_id + '/currency')
|
||||
.then(response => {
|
||||
this.form.contact_name = response.data.name;
|
||||
this.form.contact_email = response.data.email;
|
Reference in New Issue
Block a user