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