Merge pull request #1205 from nabinhait/fix5
[fix] Imported no_value_feilds
This commit is contained in:
commit
25a6fe4255
1 changed files with 1 additions and 0 deletions
|
|
@ -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"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue