remove Remark from table view of SepaMandate
This commit is contained in:
parent
6816930793
commit
da60a3020f
@ -23,7 +23,6 @@
|
|||||||
<th jhiSortBy="validFromDate"><span jhiTranslate="hsadminNgApp.sepaMandate.validFromDate">Valid From Date</span> <fa-icon [icon]="'sort'"></fa-icon></th>
|
<th jhiSortBy="validFromDate"><span jhiTranslate="hsadminNgApp.sepaMandate.validFromDate">Valid From Date</span> <fa-icon [icon]="'sort'"></fa-icon></th>
|
||||||
<th jhiSortBy="validUntilDate"><span jhiTranslate="hsadminNgApp.sepaMandate.validUntilDate">Valid Until Date</span> <fa-icon [icon]="'sort'"></fa-icon></th>
|
<th jhiSortBy="validUntilDate"><span jhiTranslate="hsadminNgApp.sepaMandate.validUntilDate">Valid Until Date</span> <fa-icon [icon]="'sort'"></fa-icon></th>
|
||||||
<th jhiSortBy="lastUsedDate"><span jhiTranslate="hsadminNgApp.sepaMandate.lastUsedDate">Last Used Date</span> <fa-icon [icon]="'sort'"></fa-icon></th>
|
<th jhiSortBy="lastUsedDate"><span jhiTranslate="hsadminNgApp.sepaMandate.lastUsedDate">Last Used Date</span> <fa-icon [icon]="'sort'"></fa-icon></th>
|
||||||
<th jhiSortBy="remark"><span jhiTranslate="hsadminNgApp.sepaMandate.remark">Remark</span> <fa-icon [icon]="'sort'"></fa-icon></th>
|
|
||||||
<th jhiSortBy="customerDisplayLabel"><span jhiTranslate="hsadminNgApp.sepaMandate.customer">Customer</span> <fa-icon [icon]="'sort'"></fa-icon></th>
|
<th jhiSortBy="customerDisplayLabel"><span jhiTranslate="hsadminNgApp.sepaMandate.customer">Customer</span> <fa-icon [icon]="'sort'"></fa-icon></th>
|
||||||
<th></th>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
@ -39,7 +38,6 @@
|
|||||||
<td>{{sepaMandate.validFromDate | date:'mediumDate'}}</td>
|
<td>{{sepaMandate.validFromDate | date:'mediumDate'}}</td>
|
||||||
<td>{{sepaMandate.validUntilDate | date:'mediumDate'}}</td>
|
<td>{{sepaMandate.validUntilDate | date:'mediumDate'}}</td>
|
||||||
<td>{{sepaMandate.lastUsedDate | date:'mediumDate'}}</td>
|
<td>{{sepaMandate.lastUsedDate | date:'mediumDate'}}</td>
|
||||||
<td>{{sepaMandate.remark}}</td>
|
|
||||||
<td>
|
<td>
|
||||||
<div *ngIf="sepaMandate.customerId">
|
<div *ngIf="sepaMandate.customerId">
|
||||||
<a [routerLink]="['../customer', sepaMandate.customerId , 'view' ]" >{{sepaMandate.customerDisplayLabel}}</a>
|
<a [routerLink]="['../customer', sepaMandate.customerId , 'view' ]" >{{sepaMandate.customerDisplayLabel}}</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user