comments in daybook

This commit is contained in:
venbatechnologies@gmail.com 2018-10-24 10:58:54 +05:30
parent 6ba505ed90
commit 15314b3224
3 changed files with 3 additions and 3 deletions

View File

@ -217,7 +217,7 @@
<td>{{p.Amount}}</td>
<td>{{p.Balance}}</td>
<td>
<div class="containersPara"> {{p.ReceiptNoComments}}</div>
<div class="containersPara"> {{p.ReceiptNoComments}}{{p.Description}}</div>
</td>
<td>{{p.Reason}}</td>
<!--<td class="center" tooltip="{{p.Approval_Comments}}" ng-if="p.ListName == 'Income'">

View File

@ -213,7 +213,7 @@
<td>{{p.Balance}}</td>
<td>
<div class="containersPara"><span style="white-space:pre-wrap;">{{p.ReceiptNoComments}}</span></div> </td>
<div class="containersPara"><span style="white-space:pre-wrap;">{{p.ReceiptNoComments}}{{p.Description}}</span></div> </td>
<td>{{p.Reason}}</td>
<!--<td class="center" tooltip="{{p.Approval_Comments}}" ng-if="p.ListName == 'Income'">
- </td>-->

View File

@ -198,7 +198,7 @@
<td>{{p.Amount}}</td>
<td>{{p.Balance}}</td>
<td>
<div class="containersPara"><span style="white-space:pre-wrap;">{{p.ReceiptNoComments}}</span></div> </td>
<div class="containersPara"><span style="white-space:pre-wrap;">{{p.ReceiptNoComments}}{{p.Description}}</span></div> </td>
<td>{{p.Reason}}</td>
<!--<td class="center" tooltip="{{p.Approval_Comments}}" ng-if="p.ListName == 'Income'">
- </td>-->