From 8d38027a6ec0d9414f8b887fa14fbb954100b1fd Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Mon, 25 Nov 2013 11:38:31 +0530 Subject: [PATCH] [fix] [minor] hide communication table from print --- selling/doctype/lead/lead.txt | 5 +++-- selling/doctype/opportunity/opportunity.txt | 5 +++-- selling/doctype/quotation/quotation.txt | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/selling/doctype/lead/lead.txt b/selling/doctype/lead/lead.txt index f573a01c47..01a3aca50d 100644 --- a/selling/doctype/lead/lead.txt +++ b/selling/doctype/lead/lead.txt @@ -2,7 +2,7 @@ { "creation": "2013-04-10 11:45:37", "docstatus": 0, - "modified": "2013-11-18 15:12:07", + "modified": "2013-11-25 11:37:00", "modified_by": "Administrator", "owner": "Administrator" }, @@ -392,7 +392,8 @@ "fieldtype": "Table", "hidden": 1, "label": "Communications", - "options": "Communication" + "options": "Communication", + "print_hide": 1 }, { "cancel": 1, diff --git a/selling/doctype/opportunity/opportunity.txt b/selling/doctype/opportunity/opportunity.txt index 604599cef7..fec94c8dca 100644 --- a/selling/doctype/opportunity/opportunity.txt +++ b/selling/doctype/opportunity/opportunity.txt @@ -2,7 +2,7 @@ { "creation": "2013-03-07 18:50:30", "docstatus": 0, - "modified": "2013-11-03 14:20:14", + "modified": "2013-11-25 11:36:40", "modified_by": "Administrator", "owner": "Administrator" }, @@ -429,7 +429,8 @@ "fieldtype": "Table", "hidden": 1, "label": "Communications", - "options": "Communication" + "options": "Communication", + "print_hide": 1 }, { "doctype": "DocPerm", diff --git a/selling/doctype/quotation/quotation.txt b/selling/doctype/quotation/quotation.txt index 0c42722cf1..3862b93e28 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-03 14:20:15", + "modified": "2013-11-25 11:35:58", "modified_by": "Administrator", "owner": "Administrator" }, @@ -836,7 +836,8 @@ "fieldtype": "Table", "hidden": 1, "label": "Communications", - "options": "Communication" + "options": "Communication", + "print_hide": 1 }, { "amend": 1,