Merge branch 'v7.2.0-beta' into develop
This commit is contained in:
commit
a4dc85d2c9
2 changed files with 6 additions and 1 deletions
|
|
@ -1 +1,3 @@
|
|||
# Reports and Printing
|
||||
|
||||
{index}
|
||||
|
|
|
|||
|
|
@ -46,7 +46,10 @@ def make_page_context(path):
|
|||
raise frappe.DoesNotExistError
|
||||
|
||||
context.doctype = context.ref_doctype
|
||||
context.title = context.page_title
|
||||
|
||||
if context.page_title:
|
||||
context.title = context.page_title
|
||||
|
||||
context.pathname = frappe.local.path
|
||||
|
||||
return context
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue