blob: 6c45aaeed9559e20f75db8de4cbe3a7bb7550369 [file] [log] [blame]
Rushabh Mehtaf7b203d2013-11-03 20:37:49 +05301import webnotes
2
3def execute():
4 from core.doctype.custom_field.custom_field import delete_and_create_custom_field_if_values_exist
5 delete_and_create_custom_field_if_values_exist("Material Request",
6 {"fieldtype":"Text", "fieldname":"remark", "label":"Remarks","insert_after":"Fiscal Year"})