4 lines
182 B
Python
4 lines
182 B
Python
|
def execute():
|
||
|
import webnotes
|
||
|
webnotes.conn.sql("update `tabDocField` set `default`='' where parent = 'Receivable Voucher' and fieldname = 'naming_series' and `default` = 'INV'")
|