commit | 290ed09dc618df8c3b0789ce1dbb0c3329a3cdcc | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Thu Jun 05 17:34:59 2014 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri Jun 06 11:45:29 2014 +0530 |
tree | 2041cc42e9cf26006e1b79a28865875b2755ca06 | |
parent | 0739937fa2368df81ba5d9eed5953ea57c4aeaac [diff] |
Update new_address_template.py
diff --git a/erpnext/patches/v4_0/new_address_template.py b/erpnext/patches/v4_0/new_address_template.py index fc0c957..74b32b9 100644 --- a/erpnext/patches/v4_0/new_address_template.py +++ b/erpnext/patches/v4_0/new_address_template.py
@@ -1,6 +1,7 @@ import frappe def execute(): + frappe.reload_doc("utilities", "doctype", "address_template") d = frappe.new_doc("Address Template") d.update({"country":frappe.db.get_default("country")}) try: