[Enhancement] Time log wages and multiple active salary structure
diff --git a/erpnext/startup/notifications.py b/erpnext/startup/notifications.py
index 335efbb..ac503c2 100644
--- a/erpnext/startup/notifications.py
+++ b/erpnext/startup/notifications.py
@@ -43,8 +43,6 @@
"Purchase Receipt": {"docstatus": 0},
"Production Order": { "status": ("in", ("Draft", "Not Started", "In Process")) },
"BOM": {"docstatus": 0},
- "Timesheet": {"docstatus": 0},
- "Time Log": {"status": "Draft"},
- "Time Log Batch": {"status": "Draft"}
+ "Time Sheet": {"status": "Draft"}
}
}