commit | 31fcc4bb3640336cbecd99b66e5e36c9c1799134 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Mar 21 15:57:07 2012 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Mar 21 15:57:07 2012 +0530 |
tree | ab38716b8b75266cad540d7ba0ab92707bc8585e | |
parent | 830b8baa9dadcbac9a49b92be5daf02bfafad387 [diff] | |
parent | 2a68bdf23139760f5d911c168f9dc7a1ea0bf1b6 [diff] |
Merge branch 'master' of github.com:webnotes/erpnext
diff --git a/erpnext/patches/jan_mar_2012/update_se_fld_options.py b/erpnext/patches/jan_mar_2012/update_se_fld_options.py new file mode 100644 index 0000000..8e25237 --- /dev/null +++ b/erpnext/patches/jan_mar_2012/update_se_fld_options.py
@@ -0,0 +1,3 @@ +def execute(): + import webnotes + webnotes.conn.sql("update `tabDocField` set options = 'Bill Of Materials' where fieldname = 'bom_no' and parent = 'Stock Entry'")