mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 05:09:11 +00:00
chore: clean up hooks
This commit is contained in:
@@ -136,24 +136,6 @@ def get_help_messages():
|
||||
domain=("Services",),
|
||||
target=5,
|
||||
),
|
||||
frappe._dict(
|
||||
doctype="Student",
|
||||
title=_("Add Students"),
|
||||
description=_("Students are at the heart of the system, add all your students"),
|
||||
action=_("Create Student"),
|
||||
route="List/Student",
|
||||
domain=("Education",),
|
||||
target=5,
|
||||
),
|
||||
frappe._dict(
|
||||
doctype="Student Batch",
|
||||
title=_("Group your students in batches"),
|
||||
description=_("Student Batches help you track attendance, assessments and fees for students"),
|
||||
action=_("Create Student Batch"),
|
||||
route="List/Student Batch",
|
||||
domain=("Education",),
|
||||
target=3,
|
||||
),
|
||||
frappe._dict(
|
||||
doctype="Employee",
|
||||
title=_("Create Employee Records"),
|
||||
|
||||
Reference in New Issue
Block a user