Fixed document item tax edit missing item issue..

This commit is contained in:
Cüneyt Şentürk 2024-02-26 16:19:29 +03:00
parent 3b6fea9d9b
commit 18f9ee4518
1 changed files with 1 additions and 1 deletions

View File

@ -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,