Merge pull request #18072 from hrwX/att_gantt_fix_v12

fix(Attendance): Attendance gantt fix
This commit is contained in:
Rushabh Mehta 2019-06-26 13:36:37 +05:30 committed by GitHub
commit b8b506b105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@
// For license information, please see license.txt
frappe.views.calendar["Attendance"] = {
field_map: {
"start": "date",
"end": "date",
"start": "attendance_date",
"end": "attendance_date",
"id": "name",
"docstatus": 1
},