brotherton-erpnext/patches/jan_mar_2012/update_purpose_se.py
2012-09-24 19:13:42 +05:30

5 lines
220 B
Python

from __future__ import unicode_literals
def execute():
import webnotes
webnotes.conn.sql("update `tabDocField` set options = replace(options, 'Others', 'Other') where fieldname = 'purpose' and parent = 'Stock Entry'")