Skip to content

Commit

Permalink
Fixed document item tax edit missing item issue..
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Feb 26, 2024
1 parent 3b6fea9 commit 18f9ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/assets/js/views/common/documents.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

1 comment on commit 18f9ee4

@samboman
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this related to this issue #3145 ?

Please sign in to comment.