feat: map event calendar to show ongoing shift assignment and fixed period assigment
This commit is contained in:
parent
afa98bb39b
commit
dd46d19765
@ -3,8 +3,8 @@
|
||||
|
||||
frappe.views.calendar["Shift Assignment"] = {
|
||||
field_map: {
|
||||
"start": "date",
|
||||
"end": "date",
|
||||
"start": "start_date",
|
||||
"end": "end_date",
|
||||
"id": "name",
|
||||
"docstatus": 1
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user