mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-03 16:40:19 +00:00
fix: add list template to all portal doctypes
This commit is contained in:
@@ -447,6 +447,7 @@ def get_list_context(context=None):
|
||||
"title": _("Projects"),
|
||||
"get_list": get_project_list,
|
||||
"row_template": "templates/includes/projects/project_row.html",
|
||||
"list_template": "templates/includes/list/list.html",
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
@@ -559,4 +559,5 @@ def get_list_context(context=None):
|
||||
"title": _("Timesheets"),
|
||||
"get_list": get_timesheets_list,
|
||||
"row_template": "templates/includes/timesheet/timesheet_row.html",
|
||||
"list_template": "templates/includes/list/list.html",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user