mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 21:48:27 +00:00
5 lines
223 B
Python
5 lines
223 B
Python
from __future__ import unicode_literals
|
|
def execute():
|
|
import webnotes
|
|
webnotes.conn.sql("update `tabDocField` set `default` = '' where fieldname = 'cost_center' and parent = 'RV Detail' and `default` = 'Purchase - TC'")
|