[fix] [patch] tax rule
This commit is contained in:
parent
b3f12c3109
commit
e74d7ca33e
@ -5,6 +5,8 @@ from __future__ import unicode_literals
|
|||||||
import frappe
|
import frappe
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
|
frappe.reload_doc("account", "doctype", "tax_rule")
|
||||||
|
|
||||||
customers = frappe.db.sql("""select name, default_taxes_and_charges from tabCustomer where
|
customers = frappe.db.sql("""select name, default_taxes_and_charges from tabCustomer where
|
||||||
ifnull(default_taxes_and_charges, '') != '' """, as_dict=1)
|
ifnull(default_taxes_and_charges, '') != '' """, as_dict=1)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user