From 07325a0b37f2a9a18ad1160ff1c5d210e624b7c4 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 10 Sep 2012 12:14:58 +0530 Subject: [PATCH] added Code type field in Custom Field type --- py/core/doctype/custom_field/custom_field.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/py/core/doctype/custom_field/custom_field.txt b/py/core/doctype/custom_field/custom_field.txt index 370b6a7f0a..8eaf291203 100644 --- a/py/core/doctype/custom_field/custom_field.txt +++ b/py/core/doctype/custom_field/custom_field.txt @@ -3,9 +3,9 @@ # These values are common in all dictionaries { - 'creation': '2012-03-27 14:35:36', + 'creation': '2012-05-25 14:30:53', 'docstatus': 0, - 'modified': '2012-03-27 14:35:36', + 'modified': '2012-09-10 12:14:04', 'modified_by': u'Administrator', 'owner': u'Administrator' }, @@ -27,7 +27,7 @@ 'show_in_menu': 0, 'subject': u'%(label)s (%(fieldtype)s) on %(dt)s', 'tag_fields': u'dt,fieldtype', - 'version': 159 + 'version': 1 }, # These values are common for all DocField @@ -173,7 +173,7 @@ 'no_copy': 0, 'oldfieldname': u'fieldtype', 'oldfieldtype': u'Select', - 'options': u'\nButton\nCheck\nColumn Break\nCurrency\nData\nDate\nFloat\nHTML\nInt\nLink\nRead Only\nSection Break\nSelect\nSmall Text\nText\nText Editor\nTime\nTable', + 'options': u'\nButton\nCheck\nCode\nColumn Break\nCurrency\nData\nDate\nFloat\nHTML\nInt\nLink\nRead Only\nSection Break\nSelect\nSmall Text\nText\nText Editor\nTime\nTable', 'permlevel': 0, 'reqd': 1, 'search_index': 0, @@ -374,4 +374,4 @@ 'permlevel': 0, 'search_index': 0 } -] +] \ No newline at end of file