Fixed document item tax edit missing item issue..
This commit is contained in:
parent
3b6fea9d9b
commit
18f9ee4518
|
|
@ -930,7 +930,7 @@ const app = new Vue({
|
|||
name: item_tax.name,
|
||||
price: (item_tax.amount).toFixed(this.currency.precision ?? 2),
|
||||
});
|
||||
});
|
||||
}, this);
|
||||
|
||||
this.items.push({
|
||||
item_id: item.item_id,
|
||||
|
|
|
|||
Loading…
Reference in New Issue