commit | 5214c5cdb3e8668a3c4e75c9cc51134372e29597 | [log] [tgz] |
---|---|---|
author | scmmishra <scm.mymail@gmail.com> | Wed Apr 10 20:37:45 2019 +0530 |
committer | scmmishra <scm.mymail@gmail.com> | Wed Apr 10 20:37:45 2019 +0530 |
tree | a04c24f5a7a7a0a2ce24346ce11246c534cf39c2 | |
parent | 8c890836477d4ddbd039c11bfea10482c69f71fa [diff] |
fix: Minor fix to test program
diff --git a/erpnext/education/doctype/program/test_program.py b/erpnext/education/doctype/program/test_program.py index b1eb7f3..3bcca3a 100644 --- a/erpnext/education/doctype/program/test_program.py +++ b/erpnext/education/doctype/program/test_program.py
@@ -54,7 +54,7 @@ "doctype": "Program", "program_name": name, "program_code": name, - "description": "_test description" + "description": "_test description", "is_published": True, "is_featured": True, }).insert()