mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 23:22:52 +00:00
patch: set default for add taxes from item tax template
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import frappe
|
||||
|
||||
def execute():
|
||||
frappe.db.set_value("Accounts Settings", None, "add_taxes_from_item_tax_template", 1)
|
||||
frappe.db.set_default("add_taxes_from_item_tax_template", 1)
|
||||
Reference in New Issue
Block a user