renamed income/expense

This commit is contained in:
denisdulici
2019-12-31 15:49:09 +03:00
parent e2189158b9
commit 2428feb73b
235 changed files with 815 additions and 2147 deletions

View File

@ -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;