Merge branch 'master' into discount-per-item

This commit is contained in:
Burak Çakırel
2020-03-24 00:18:09 +03:00
6 changed files with 40 additions and 17 deletions

View File

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