Change currency money group issue solved.

This commit is contained in:
Cüneyt Şentürk
2020-02-29 11:40:33 +03:00
parent 0d109aa89c
commit ba79655afa
17 changed files with 66 additions and 95 deletions

View File

@ -29,12 +29,6 @@ const app = new Vue({
return {
form: new Form('payment'),
bulk_action: new BulkAction('payments'),
currency: null,
}
},
methods: {
onCalcualte() {
}
}
});