close #1360 Fixed: Invoice/Bill's contact change not update currency

This commit is contained in:
Cüneyt Şentürk
2020-03-16 14:35:29 +03:00
parent 05c6cdc411
commit 382bd28325
5 changed files with 8 additions and 4 deletions

View File

@ -736,6 +736,10 @@ export default {
}
},
real_model: function (value) {
this.change();
},
value: function (value) {
if (this.multiple) {
this.real_model = value;