From 6810979dabe127f3660fcf2be882d7f867d75770 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Fri, 10 Aug 2012 12:38:48 +0530 Subject: [PATCH] Company Form: do not hide 'Default Settings' section break for a new company, as it contains a mandatory field 'Default Currency' --- erpnext/setup/doctype/company/company.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/erpnext/setup/doctype/company/company.txt b/erpnext/setup/doctype/company/company.txt index 17bd61b6e3..f625ac5d05 100644 --- a/erpnext/setup/doctype/company/company.txt +++ b/erpnext/setup/doctype/company/company.txt @@ -3,9 +3,9 @@ # These values are common in all dictionaries { - 'creation': '2012-03-27 14:36:19', + 'creation': '2012-05-15 12:15:00', 'docstatus': 0, - 'modified': '2012-03-27 14:36:19', + 'modified': '2012-08-10 12:15:45', 'modified_by': u'Administrator', 'owner': u'Administrator' }, @@ -23,7 +23,7 @@ 'section_style': u'Tabbed', 'server_code_error': u' ', 'show_in_menu': 0, - 'version': 96 + 'version': 1 }, # These values are common for all DocField @@ -125,7 +125,6 @@ # DocField { - 'depends_on': u'eval:!doc.__islocal', 'doctype': u'DocField', 'fieldname': u'default_settings', 'fieldtype': u'Section Break',