brotherton-erpnext/erpnext/patches/jan_mar_2012/pos_setting_patch.py

7 lines
235 B
Python
Raw Normal View History

2012-01-03 05:40:11 +00:00
def execute():
import webnotes
webnotes.conn.sql("update `tabDocField` set `default` = 1 where fieldname = 'conversion_rate' and parent = 'POS Setting'")
from webnotes.model import delete_doc
delete_doc('DocType', 'POS Settings')