mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-30 12:08:26 +00:00
remove def val from rv detail cost center
This commit is contained in:
@@ -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'")
|
||||
Reference in New Issue
Block a user