blob: 6c45aaeed9559e20f75db8de4cbe3a7bb7550369 [file] [log] [blame]
import webnotes
def execute():
from core.doctype.custom_field.custom_field import delete_and_create_custom_field_if_values_exist
delete_and_create_custom_field_if_values_exist("Material Request",
{"fieldtype":"Text", "fieldname":"remark", "label":"Remarks","insert_after":"Fiscal Year"})