mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 16:45:02 +00:00
insert after fld should be no copy in custom fld
This commit is contained in:
3
erpnext/patches/jan_mar_2012/no_copy_patch.py
Normal file
3
erpnext/patches/jan_mar_2012/no_copy_patch.py
Normal 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'")
|
||||
Reference in New Issue
Block a user