Merge branch 'v7.2.0-beta' into develop

This commit is contained in:
Rushabh Mehta 2016-12-21 14:53:51 +05:30
commit a4dc85d2c9
2 changed files with 6 additions and 1 deletions

View file

@ -1 +1,3 @@
# Reports and Printing
{index}

View file

@ -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