From dacdc8d8556d128a94f06036bff86dbe4c3e7580 Mon Sep 17 00:00:00 2001 From: Akhilesh Darjee Date: Wed, 27 Nov 2013 17:58:44 +0530 Subject: [PATCH] [fix] [minor] set customer as default for quotation_to in quotation form --- selling/doctype/quotation/quotation.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/selling/doctype/quotation/quotation.txt b/selling/doctype/quotation/quotation.txt index 3862b93e28f..dc342726e41 100644 --- a/selling/doctype/quotation/quotation.txt +++ b/selling/doctype/quotation/quotation.txt @@ -2,7 +2,7 @@ { "creation": "2013-05-24 19:29:08", "docstatus": 0, - "modified": "2013-11-25 11:35:58", + "modified": "2013-11-27 17:57:19", "modified_by": "Administrator", "owner": "Administrator" }, @@ -72,6 +72,7 @@ "reqd": 1 }, { + "default": "Customer", "doctype": "DocField", "fieldname": "quotation_to", "fieldtype": "Select",