Document item new item changeable item name..

This commit is contained in:
Cüneyt Şentürk
2021-01-01 13:58:41 +03:00
parent 2c3d472cd8
commit 090e3b2ded
2 changed files with 20 additions and 1 deletions

View File

@ -190,6 +190,7 @@ const app = new Vue({
sub_total += item.total;
grand_total += item.grand_total;
this.form.items[index].name = item.name;
this.form.items[index].description = item.description;
this.form.items[index].quantity = item.quantity;
this.form.items[index].price = item.price;