update program course (#22166)

This commit is contained in:
Anupam Kumar 2020-06-10 11:07:43 +05:30 committed by GitHub
parent 0dd925cfc8
commit 934e30ecac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
{ {
"actions": [],
"creation": "2015-09-07 14:37:01.886859", "creation": "2015-09-07 14:37:01.886859",
"doctype": "DocType", "doctype": "DocType",
"editable_grid": 1, "editable_grid": 1,
@ -16,26 +17,33 @@
"in_list_view": 1, "in_list_view": 1,
"label": "Course", "label": "Course",
"options": "Course", "options": "Course",
"reqd": 1 "reqd": 1,
"show_days": 1,
"show_seconds": 1
}, },
{ {
"fetch_from": "course.course_name",
"fieldname": "course_name", "fieldname": "course_name",
"fieldtype": "Data", "fieldtype": "Data",
"in_list_view": 1, "in_list_view": 1,
"label": "Course Name", "label": "Course Name",
"fetch_from": "course.course_name", "read_only": 1,
"read_only":1 "show_days": 1,
"show_seconds": 1
}, },
{ {
"default": "0", "default": "0",
"fieldname": "required", "fieldname": "required",
"fieldtype": "Check", "fieldtype": "Check",
"in_list_view": 1, "in_list_view": 1,
"label": "Mandatory" "label": "Mandatory",
"show_days": 1,
"show_seconds": 1
} }
], ],
"istable": 1, "istable": 1,
"modified": "2019-06-12 12:42:12.845972", "links": [],
"modified": "2020-06-09 18:56:10.213241",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Education", "module": "Education",
"name": "Program Course", "name": "Program Course",