mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
[new] Modified Doctypes for list view
This commit is contained in:
@@ -78,25 +78,5 @@ def get_data():
|
||||
"description": _("Grant information."),
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": _("Event"),
|
||||
"items": [
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Member",
|
||||
"description": _("Member information."),
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": _("Setup Meeting"),
|
||||
"items": [
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Member",
|
||||
"description": _("Member information."),
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user