[minor] [fix] [docs] publisher in footer

This commit is contained in:
Rushabh Mehta 2016-02-17 11:28:31 +05:30
parent f24ed414ac
commit 3b956f2b11
4 changed files with 7 additions and 4 deletions

View file

@ -1,3 +1,6 @@
// Copyright (c) 2016, {app_publisher} and contributors
// For license information, please see license.txt
frappe.ui.form.on('{doctype}', {{
refresh: function(frm) {{

View file

@ -204,10 +204,10 @@ class DocType(Document):
make_boilerplate("controller.py", self)
if not (self.istable or self.issingle):
make_boilerplate("test_controller.py", self)
make_boilerplate("test_controller.py", self.as_dict())
if not self.istable:
make_boilerplate("controller.js", self)
make_boilerplate("controller.js", self.as_dict())
def make_amendable(self):
"""If is_submittable is set, add amended_from docfields."""

View file

@ -1,4 +1,4 @@
// Copyright (c) 2013, {app_publisher} and contributors
// Copyright (c) 2016, {app_publisher} and contributors
// For license information, please see license.txt
frappe.query_reports["{name}"] = {{

View file

@ -65,7 +65,7 @@
<div class="built-with-frappe text-center">
<img class="frappe-bird" src="{{ docs_base_url }}/assets/img/frappe-bird-grey.svg">
<h3>By Frappe Technologies</h3>
<h3>By {{ app.publisher }}</h3>
</div>
<div class="text-center">
<ul class="list-unstyled">