Merge pull request #1013 from mj-isip23/BUG_INVOICE_HANG

fix invoice hang
This commit is contained in:
Cüneyt Şentürk
2019-12-25 10:39:29 +03:00
committed by GitHub
3 changed files with 28 additions and 1 deletions

View File

@ -216,6 +216,16 @@ export default {
});
},
onCancelNewItem() {
this.addNew.modal = false;
this.addNew.title = null;
this.addNew.html = null;
},
onNewItemSubmit() {
document.querySelector('.modal-body form').submit()
},
// Change bank account get money and currency rate
onChangeAccount(account_id) {
axios.get(url + '/banking/accounts/currency', {