From acc0fa3b00c650bda2e17eedf0009c74e57fa365 Mon Sep 17 00:00:00 2001 From: scmmishra Date: Tue, 9 Apr 2019 13:20:11 +0530 Subject: [PATCH] fix: Added desciption in program test record --- erpnext/education/doctype/program/test_records.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erpnext/education/doctype/program/test_records.json b/erpnext/education/doctype/program/test_records.json index 3348ba95e73..c6dc94209f5 100644 --- a/erpnext/education/doctype/program/test_records.json +++ b/erpnext/education/doctype/program/test_records.json @@ -2,11 +2,13 @@ { "program_name": "_Test Program", "program_code": "_TP1", + "description": "Test Description", "program_abbreviation": "TP1" }, { "program_name": "_Test Program 2", "program_code": "_TP2", + "description": "Test Description", "program_abbreviation": "TP2" } ] \ No newline at end of file