commit | 25e57421f71934216ff450acfe351aac1b71a424 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Tue Feb 21 09:17:30 2012 +0100 |
committer | Rushabh Mehta <rmehta@gmail.com> | Tue Feb 21 09:17:30 2012 +0100 |
tree | cfcc1d8d864d93b30703fee502ac79a7d17a21a6 | |
parent | 2fe8f1242470cbc90f1efca3224131980a5b0fb7 [diff] | |
parent | 4b36c1e8f405bdb58ec6ddeeb911602a9151fecb [diff] |
Merge branch 'latest' of github.com:webnotes/erpnext into latest
diff --git a/erpnext/patches/jan_mar_2012/no_copy_patch.py b/erpnext/patches/jan_mar_2012/no_copy_patch.py new file mode 100644 index 0000000..5e97ae3 --- /dev/null +++ b/erpnext/patches/jan_mar_2012/no_copy_patch.py
@@ -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'")