insert after fld should be no copy in custom fld

This commit is contained in:
Nabin Hait 2012-02-21 13:43:59 +05:30
parent 8e9b578c00
commit 4b36c1e8f4

View File

@ -0,0 +1,3 @@
def execute():
import webnotes
webnotes.conn.sql("update `tabDocField` set no_copy = 1 where fieldname = 'insert_after' and parent = 'Custom Field'")