mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 07:29:22 +00:00
fix: Minor fix to test program
This commit is contained in:
@@ -54,7 +54,7 @@ def make_program(name):
|
|||||||
"doctype": "Program",
|
"doctype": "Program",
|
||||||
"program_name": name,
|
"program_name": name,
|
||||||
"program_code": name,
|
"program_code": name,
|
||||||
"description": "_test description"
|
"description": "_test description",
|
||||||
"is_published": True,
|
"is_published": True,
|
||||||
"is_featured": True,
|
"is_featured": True,
|
||||||
}).insert()
|
}).insert()
|
||||||
|
|||||||
Reference in New Issue
Block a user