Skip to content
Snippets Groups Projects
Commit e48886bd authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #16304 TIME 0:10 display process limite date

parent 176e1882
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
[innerHTML]="row.closing_date | timeAgo" [innerHTML]="row.closing_date | timeAgo"
title='{{row.closing_date | fullDate}}'></span> title='{{row.closing_date | fullDate}}'></span>
</ng-container> </ng-container>
<ng-container *ngIf="row.closing_date == ('lang.undefined' | translate)"> <ng-container *ngIf="row.closing_date == ('lang.undefined' | translate) || data.value === 'getProcessLimitDate'">
<ng-container *ngIf="data.value === 'getCreationAndProcessLimitDates'"> <ng-container *ngIf="data.value === 'getCreationAndProcessLimitDates'">
<i class="fa fa-calendar" <i class="fa fa-calendar"
title="{{'lang.creationDate' | translate}}"></i>&nbsp;<span title="{{'lang.creationDate' | translate}}"></i>&nbsp;<span
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment