brotherton-erpnext/erpnext/templates/includes/address_row.html

10 lines
291 B
HTML
Raw Normal View History

2015-06-01 11:45:42 +00:00
<div class="web-list-item">
<a href="/addresses?name={{ doc.name }}" no-pjax class="no-decoration">
<h4 class="strong">{{ doc.address_title }}</h4>
<p class="text-muted small">
{{ frappe.get_doc(doc).get_display() }}
2015-06-01 11:45:42 +00:00
</div>
</div>
</a>
</div>