brotherton-erpnext/erpnext/templates/includes/address_row.html
2015-09-23 12:49:16 +05:30

10 lines
291 B
HTML

<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() }}
</div>
</div>
</a>
</div>