brotherton-erpnext/erpnext/templates/includes/address_row.html
2015-11-16 15:05:49 +05:30

10 lines
303 B
HTML

<div class="web-list-item">
<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() }}
</div>
</div>
</a>
</div>