Remove the duplicate description

This commit is contained in:
Manas Solanki 2018-04-27 12:46:56 +05:30 committed by GitHub
parent 9f739fe87d
commit 0536baacc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,6 @@ def get_list_context(context):
context.title = 'All Chapters' context.title = 'All Chapters'
context.no_breadcrumbs = True context.no_breadcrumbs = True
context.order_by = 'creation desc' context.order_by = 'creation desc'
context.introduction = '<p>All Chapters</p>'
@frappe.whitelist() @frappe.whitelist()