mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
Apply default taxes on loading of document
This commit is contained in:
@@ -256,7 +256,7 @@ def set_taxes(quotation, cart_settings, billing_territory):
|
||||
quotation.set("taxes", [])
|
||||
|
||||
# append taxes
|
||||
quotation.append_taxes_from_master("taxes", "taxes_and_charges")
|
||||
quotation.append_taxes_from_master()
|
||||
|
||||
def get_lead_or_customer():
|
||||
customer = frappe.db.get_value("Contact", {"email_id": frappe.session.user}, "customer")
|
||||
|
||||
Reference in New Issue
Block a user