commit | 33020a63b80dfc9e4fc5c1cd694a9f70ccabea13 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Thu Jun 05 14:46:44 2014 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Thu Jun 05 16:16:13 2014 +0530 |
tree | 5c36e2121a31f6399d10a79eb6543ea9b3c09cd4 | |
parent | eaa2e55d20fad3ebc0c15636acc922b5b6dd95c3 [diff] |
patch for address template fixes #1749
diff --git a/erpnext/utilities/doctype/address_template/address_template.py b/erpnext/utilities/doctype/address_template/address_template.py index 21d3e6b..39b8d21 100644 --- a/erpnext/utilities/doctype/address_template/address_template.py +++ b/erpnext/utilities/doctype/address_template/address_template.py
@@ -21,4 +21,4 @@ def on_trash(self): if self.is_default: - frappe.throw(_("Default Address Tempalate cannot be deleted")) + frappe.throw(_("Default Address Template cannot be deleted"))