Merge pull request #1115 from MithunKashyap/ctbz-309

Added sub status to client resources
This commit is contained in:
Vishwas Babu A J 2014-11-20 06:30:56 +05:30
commit a88ed8fc37
2 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,9 @@
<td class="pointer" data-ng-click="routeTo(client.id)">{{client.accountNo}}</td>
<td class="pointer" data-ng-click="routeTo(client.id)"><i
class="icon-stop {{client.status.code | StatusLookup}}"></i>&nbsp;{{client.status.value}}
<small ng-if="client.subStatus.description">
[{{client.subStatus.description}}]
</small>
</td>
<td class="pointer" data-ng-click="routeTo(client.id)">{{client.officeName}}</td>
<td class="pointer" data-ng-click="routeTo(client.id)">{{client.staffName}}</td>

View File

@ -9,6 +9,9 @@
<div class="col-md-8 col-sm-8">
<h3 class="client-title">
<i class="icon-circle {{client.status.code | StatusLookup}}"></i>
<small ng-if="client.subStatus.description">
[{{client.subStatus.description}}]
</small>
<strong>{{client.displayName}} </strong>
<small>
{{ 'label.heading.clientno' | translate }}: {{client.accountNo}} |