[cleanup] UI Fixes

This commit is contained in:
Rushabh Mehta
2013-11-03 20:37:49 +05:30
parent ef5845589d
commit f7b203de2d
52 changed files with 209 additions and 230 deletions

0
patches/1311/__init__.py Normal file
View File

View File

@@ -0,0 +1,6 @@
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"})