mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 01:25:07 +00:00
feat: map event calendar to show ongoing shift assignment and fixed period assigment
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user