report address changes

This commit is contained in:
venbatechnologies@gmail.com 2021-09-09 16:09:58 +05:30
parent 0107a143f6
commit da6a0bf95a

View File

@ -590,7 +590,7 @@
<ng-container matColumnDef="address_visited">
<th mat-header-cell *matHeaderCellDef mat-sort-header>PD Address</th>
<td mat-cell *matCellDef="let row">
<span *ngIf="row.address_visited" mat-line>{{row.address_visited}}</span> </td>
<span style="white-space: pre-line" *ngIf="row.address_visited" mat-line>{{row.address_visited}}</span> </td>
</ng-container>
<ng-container matColumnDef="initiated">
@ -636,7 +636,7 @@
<ng-container matColumnDef="address_visited">
<th mat-header-cell *matHeaderCellDef mat-sort-header>PD Address</th>
<td mat-cell *matCellDef="let row">
<span *ngIf="row.address_visited" mat-line>{{row.address_visited}}</span> </td>
<span style="white-space: pre-line" *ngIf="row.address_visited" mat-line>{{row.address_visited}}</span> </td>
</ng-container>
<ng-container matColumnDef="lender_contact">
@ -694,7 +694,7 @@
<ng-container matColumnDef="address_visited">
<th mat-header-cell *matHeaderCellDef mat-sort-header>PD Address</th>
<td mat-cell *matCellDef="let row">
<span *ngIf="row.address_visited" mat-line>{{row.address_visited}}</span> </td>
<span style="white-space: pre-line" *ngIf="row.address_visited" mat-line>{{row.address_visited}}</span> </td>
</ng-container>
<ng-container matColumnDef="lender_contact">
@ -747,7 +747,7 @@
<ng-container matColumnDef="address_visited">
<th style="padding-left: 70px;" mat-header-cell *matHeaderCellDef mat-sort-header>PD Address</th>
<td style="padding-left: 70px;" mat-cell *matCellDef="let row">
<span *ngIf="row.address_visited" mat-line>{{row.address_visited}}</span> </td>
<span style="white-space: pre-line" *ngIf="row.address_visited" mat-line>{{row.address_visited}}</span> </td>
</ng-container>
<ng-container matColumnDef="initiated">
<th style="padding-left: 70px;" mat-header-cell *matHeaderCellDef mat-sort-header>PD Initiate Date</th>
@ -794,7 +794,7 @@
<ng-container matColumnDef="address_visited">
<th style="padding-left: 70px;" mat-header-cell *matHeaderCellDef mat-sort-header>PD Address</th>
<td style="padding-left: 70px;" mat-cell *matCellDef="let row">
<span *ngIf="row.address_visited" mat-line>{{row.address_visited}}</span> </td>
<span style="white-space: pre-line" *ngIf="row.address_visited" mat-line>{{row.address_visited}}</span> </td>
</ng-container>
<ng-container matColumnDef="initiated">
<th style="padding-left: 70px;" mat-header-cell *matHeaderCellDef mat-sort-header>PD Initiate Date</th>