commit | ea064d4c5ced16b88e530b000bc73f7ba49e79b0 | [log] [tgz] |
---|---|---|
author | Zarrar <zarrar65@gmail.com> | Thu May 24 15:54:48 2018 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu May 24 15:54:48 2018 +0530 |
tree | b5abdd9e09522b5fa8e436ecae8091d5339c1d1c | |
parent | 2ec5b5ed8e4413e9f39ce665e1870528d6d979ff [diff] |
module import fix in patch (#14203)
diff --git a/erpnext/patches/v11_0/rename_field_max_days_allowed.py b/erpnext/patches/v11_0/rename_field_max_days_allowed.py index 30b3ec3..730b271 100644 --- a/erpnext/patches/v11_0/rename_field_max_days_allowed.py +++ b/erpnext/patches/v11_0/rename_field_max_days_allowed.py
@@ -1,5 +1,5 @@ import frappe -from frappe.model.utils import rename_field +from frappe.model.utils.rename_field import rename_field def execute(): frappe.db.sql("""