mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 15:00:27 +00:00
removed december_2012.clear_web_cache patch
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<h3>{{ obj.doc.company_history_heading or "Company History" }}</h3>
|
||||
{% for d in obj.doclist.get({"doctype":"Company History"}) %}
|
||||
<div class="row">
|
||||
<span class="span2" style="text-align: right"><h4 style="margin:0px;">{{ d.year }}</h4></span>
|
||||
<span class="span2"><h4 style="margin:0px;">{{ d.year }}</h4></span>
|
||||
<span class="span10"><p>{{ d.highlight }}</p></span>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user