Improvise and fix indicators in Portal list (#15552)

This commit is contained in:
Shreya Shah
2018-10-02 12:46:26 +05:30
committed by Rushabh Mehta
parent 3b11debcd2
commit 7d115183e4
2 changed files with 13 additions and 3 deletions

View File

@@ -19,8 +19,9 @@
<div class="row transaction-subheading">
<div class="col-xs-6">
<span class="indicator {{ doc.indicator_color or ("blue" if doc.docstatus==1 else "darkgrey") }}">
{{ _(doc.indicator_title) or _(doc.status) or _("Submitted") }}
{{ _(doc.get('indicator_title')) or _(doc.status) or _("Submitted") }}
</span>
</div>
<div class="col-xs-6 text-muted text-right small">