4 lines
177 B
Python
Raw Normal View History

2012-03-06 11:19:29 +05:30
def execute():
import webnotes
2012-03-30 12:29:06 +05:30
webnotes.conn.sql("update `tabDocField` set `default`='' where parent = 'Sales Invoice' and fieldname = 'naming_series' and `default` = 'INV'")