[minor] cleanup

This commit is contained in:
Rushabh Mehta
2017-06-22 18:16:51 +05:30
parent 919a74ad88
commit 25366a22ad
5 changed files with 13 additions and 7 deletions

View File

@@ -345,7 +345,6 @@ def make_sales_and_purchase_tax_templates(accounts, template_name=None):
purchase_tax_template["doctype"] = "Purchase Taxes and Charges Template"
doc = frappe.get_doc(purchase_tax_template)
print frappe.as_json(doc)
doc.insert(ignore_permissions=True)
def create_items(args):