This commit is contained in:
Cüneyt Şentürk
2023-05-31 16:22:40 +03:00
parent d049463fab
commit 40b294480a
6 changed files with 25 additions and 21 deletions

View File

@ -621,6 +621,7 @@ const app = new Vue({
onChangeCurrency(currency_code) {
if (this.edit.status && this.edit.currency <= 2) {
this.edit.currency++;
return;
}

View File

@ -141,7 +141,7 @@ const app = new Vue({
});
},
// Change currency get money
// Change currency get money override because remove form currency_code and currency_rate column
onChangeCurrency(currency_code) {
if (! currency_code) {
return;