remove def val from rv detail cost center

This commit is contained in:
Nabin Hait 2012-04-23 18:26:08 +05:30
parent 2bbb086b10
commit a45f44d805

View File

@ -0,0 +1,3 @@
def execute():
import webnotes
webnotes.conn.sql("update `tabDocField` set `default` = '' where fieldname = 'cost_center' and parent = 'RV Detail' and `default` = 'Purchase - TC'")