[ui cleanup] [minor]

This commit is contained in:
Rushabh Mehta
2013-11-11 18:01:37 +05:30
parent 0d62fe821d
commit 3b9e864dec
3 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
import webnotes
def execute():
webnotes.reload_doc("stock", "doctype", "material_request")
webnotes.reload_doc("buying", "doctype", "purchase_order")
webnotes.reload_doc("selling", "doctype", "lead")
from core.doctype.custom_field.custom_field import create_custom_field_if_values_exist
create_custom_field_if_values_exist("Material Request",
{"fieldtype":"Text", "fieldname":"remark", "label":"Remarks","insert_after":"Fiscal Year"})