From 32f168617c91d09f4d22b056625fbd5c915cf7c3 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 19 Feb 2014 18:11:42 +0530 Subject: [PATCH] default value in global defaults --- erpnext/setup/doctype/global_defaults/global_defaults.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/erpnext/setup/doctype/global_defaults/global_defaults.txt b/erpnext/setup/doctype/global_defaults/global_defaults.txt index da40a19ca3b..d410b339d81 100644 --- a/erpnext/setup/doctype/global_defaults/global_defaults.txt +++ b/erpnext/setup/doctype/global_defaults/global_defaults.txt @@ -2,14 +2,12 @@ { "creation": "2013-05-02 17:53:24", "docstatus": 0, - "modified": "2013-10-23 18:06:04", + "modified": "2014-02-19 18:06:47", "modified_by": "Administrator", "owner": "Administrator" }, { "allow_copy": 1, - "allow_email": 1, - "allow_print": 1, "doctype": "DocType", "hide_toolbar": 0, "icon": "icon-cog", @@ -62,7 +60,7 @@ "read_only": 0 }, { - "default": "This is the default number format. For currencies, please set the number format in the currency master.", + "description": "This is the default number format. For currencies, please set the number format in the currency master.", "doctype": "DocField", "fieldname": "number_format", "fieldtype": "Select",