From e3f2323e141e178dfebe6e8ba3ac25365bcd131b Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 26 Aug 2014 16:20:38 +0530 Subject: [PATCH] minor fix in sales invoice test records --- erpnext/accounts/doctype/sales_invoice/test_records.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/erpnext/accounts/doctype/sales_invoice/test_records.json b/erpnext/accounts/doctype/sales_invoice/test_records.json index eb86672ccd..76c70cc416 100644 --- a/erpnext/accounts/doctype/sales_invoice/test_records.json +++ b/erpnext/accounts/doctype/sales_invoice/test_records.json @@ -17,6 +17,7 @@ "description": "138-CMS Shoe", "doctype": "Sales Invoice Item", "income_account": "Sales - _TC", + "expense_account": "_Test Account Cost for Goods Sold - _TC", "item_name": "138-CMS Shoe", "parentfield": "entries", "qty": 1.0, @@ -137,6 +138,7 @@ "cost_center": "_Test Cost Center - _TC", "doctype": "Sales Invoice Item", "income_account": "Sales - _TC", + "expense_account": "_Test Account Cost for Goods Sold - _TC", "item_code": "_Test Item Home Desktop 100", "item_name": "_Test Item Home Desktop 100", "item_tax_rate": "{\"_Test Account Excise Duty - _TC\": 10}", @@ -150,6 +152,7 @@ "cost_center": "_Test Cost Center - _TC", "doctype": "Sales Invoice Item", "income_account": "Sales - _TC", + "expense_account": "_Test Account Cost for Goods Sold - _TC", "item_code": "_Test Item Home Desktop 200", "item_name": "_Test Item Home Desktop 200", "parentfield": "entries", @@ -261,6 +264,7 @@ "cost_center": "_Test Cost Center - _TC", "doctype": "Sales Invoice Item", "income_account": "Sales - _TC", + "expense_account": "_Test Account Cost for Goods Sold - _TC", "item_code": "_Test Item Home Desktop 100", "item_name": "_Test Item Home Desktop 100", "item_tax_rate": "{\"_Test Account Excise Duty - _TC\": 10}", @@ -273,6 +277,7 @@ "cost_center": "_Test Cost Center - _TC", "doctype": "Sales Invoice Item", "income_account": "Sales - _TC", + "expense_account": "_Test Account Cost for Goods Sold - _TC", "item_code": "_Test Item Home Desktop 200", "item_name": "_Test Item Home Desktop 200", "parentfield": "entries",