From bd3e2f469dd24201e2625b62582f88f87adb04f0 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Fri, 17 Jul 2015 16:24:55 +0530 Subject: [PATCH] [fix] Imported no_value_feilds --- frappe/model/utils/rename_field.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/model/utils/rename_field.py b/frappe/model/utils/rename_field.py index 0fb2e29f34..730f8c31a9 100644 --- a/frappe/model/utils/rename_field.py +++ b/frappe/model/utils/rename_field.py @@ -5,6 +5,7 @@ from __future__ import unicode_literals import frappe import json +from frappe.model import no_value_fields def rename_field(doctype, old_fieldname, new_fieldname): """This functions assumes that doctype is already synced"""