Invoice/ bill item price row calculate..

This commit is contained in:
Cüneyt Şentürk
2020-02-10 00:24:18 +03:00
parent 1271a23755
commit a2cdc2c3d9
13 changed files with 259 additions and 78 deletions

View File

@ -705,6 +705,9 @@ export default {
options: function (options) {
// update options
//this.selectOptions = options;
},
value: function (value) {
this.real_model = value;
}
},
}