From 5aecc538dd6279c7014850175b04b2a07bd74c9e Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 11 Feb 2014 12:02:46 +0530 Subject: [PATCH] Letter Head field added in purchase receipt and invoice --- .../doctype/purchase_invoice/purchase_invoice.txt | 11 ++++++++++- .../doctype/purchase_receipt/purchase_receipt.txt | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.txt b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.txt index d0eb1b3b9d..3fafc1cba9 100755 --- a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.txt +++ b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.txt @@ -2,7 +2,7 @@ { "creation": "2013-05-21 16:16:39", "docstatus": 0, - "modified": "2014-01-29 15:26:54", + "modified": "2014-02-11 12:01:59", "modified_by": "Administrator", "owner": "Administrator" }, @@ -742,6 +742,15 @@ "fieldtype": "Column Break", "read_only": 0 }, + { + "allow_on_submit": 1, + "doctype": "DocField", + "fieldname": "letter_head", + "fieldtype": "Select", + "label": "Letter Head", + "options": "link:Letter Head", + "print_hide": 1 + }, { "doctype": "DocField", "fieldname": "fiscal_year", diff --git a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.txt b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.txt index 28c2572b08..44325d7840 100755 --- a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.txt +++ b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.txt @@ -2,7 +2,7 @@ { "creation": "2013-05-21 16:16:39", "docstatus": 0, - "modified": "2014-01-29 15:25:14", + "modified": "2014-02-11 12:01:00", "modified_by": "Administrator", "owner": "Administrator" }, @@ -624,6 +624,15 @@ "oldfieldtype": "Date", "print_hide": 1 }, + { + "allow_on_submit": 1, + "doctype": "DocField", + "fieldname": "letter_head", + "fieldtype": "Select", + "label": "Letter Head", + "options": "link:Letter Head", + "print_hide": 1 + }, { "allow_on_submit": 1, "doctype": "DocField",