From 00a07de426fa870bb10299afddffa0787a680137 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 8 Apr 2015 21:49:11 +0530 Subject: [PATCH] fixed test earning type --- erpnext/hr/doctype/salary_structure/test_records.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/erpnext/hr/doctype/salary_structure/test_records.json b/erpnext/hr/doctype/salary_structure/test_records.json index f33b65e554..3af83f10b3 100644 --- a/erpnext/hr/doctype/salary_structure/test_records.json +++ b/erpnext/hr/doctype/salary_structure/test_records.json @@ -3,6 +3,14 @@ "doctype": "Salary Structure", "name": "_Test Salary Structure 1", "employee": "_T-Employee-0001", - "from_date": "2014-02-01" + "from_date": "2014-02-01", + "earnings": [ + { + "e_type": "_Test Basic Salary" + }, + { + "e_type": "_Test Allowance" + } + ] } ]