[fix] ToDo list assigned to avatar

This commit is contained in:
Anand Doshi 2014-09-11 18:08:12 +05:30
parent 99f3563cf1
commit 80fd2a5b32

View file

@ -23,7 +23,7 @@
</div>
<div class="col-xs-1 text-right" style="margin-bottom: 3px;">
<span class="filterable" data-filter="owner,=,{%= doc.owner %}">
{%= frappe.avatar(doc.assigned_to) %}
{%= frappe.avatar(doc.owner) %}
</span>
</div>
</div>