pos setting patch

This commit is contained in:
Nabin Hait 2012-01-03 11:10:11 +05:30
parent c184dc56a4
commit db126e80b8

View File

@ -0,0 +1,6 @@
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')