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

9 lines
290 B
HTML
Raw Normal View History

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