2012-07-19 13:40:31 +05:30
|
|
|
from __future__ import unicode_literals
|
2012-04-23 18:26:08 +05:30
|
|
|
def execute():
|
|
|
|
import webnotes
|
|
|
|
webnotes.conn.sql("update `tabDocField` set `default` = '' where fieldname = 'cost_center' and parent = 'RV Detail' and `default` = 'Purchase - TC'")
|