close #1589 Fixed: Incoherent currency in new invoice when customer selected

This commit is contained in:
Cüneyt Şentürk
2020-09-08 10:43:48 +03:00
parent d05f15aa6f
commit 6839beb5cb

View File

@ -1222,6 +1222,8 @@ export default {
} else {
this.real_model = value.toString();
}
this.change();
},
model: function (value) {
@ -1230,6 +1232,8 @@ export default {
} else {
this.real_model = value.toString();
}
this.change();
}
},
}