Skip to content

Commit

Permalink
fix: Item Tax template is not working for e-commerce (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitwaghchaure authored Jan 25, 2024
1 parent 9cc48b3 commit 2b6abdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion webshop/templates/includes/order/order_taxes.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{{ d.description }}
</div>
<div class="item-grand-total col-4 text-right pr-0">
{{ doc.get_formatted("net_total") }}
{{ d.get_formatted("base_tax_amount") }}
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions webshop/webshop/shopping_cart/cart.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ def set_taxes(quotation, cart_settings):
#
# # append taxes
quotation.append_taxes_from_master()
quotation.append_taxes_from_item_tax_template()


def get_party(user=None):
Expand Down

2 comments on commit 2b6abdd

@simran-baliyan
Copy link

@simran-baliyan simran-baliyan commented on 2b6abdd Feb 4, 2024

Choose a reason for hiding this comment

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

This issue is still there.

@simran-baliyan
Copy link

Choose a reason for hiding this comment

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

@rohitwaghchaure This issue is still present . Could you reply?
ERPNext: v15.12.2 (version-15)
Frappe Framework: v15.13.0 (version-15)
India Compliance: v15.5.1 (version-15)
Webshop: v0.0.1 (version-15)

Please sign in to comment.