Merge pull request #1205 from nabinhait/fix5

[fix] Imported no_value_feilds
This commit is contained in:
Nabin Hait 2015-07-17 16:25:34 +05:30
commit 25a6fe4255

View file

@ -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"""