commit | 402258601519633b2f1c55ef56116603ee7610fb | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Thu Jun 05 17:34:59 2014 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Thu Jun 05 17:34:59 2014 +0530 |
tree | cfe3120c353ae5d1eecf6b9306bad7bdf60f1342 | |
parent | 26fcef69c7d09b2e24e00a3e89f4a787e751d54c [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: