Skip to content
Snippets Groups Projects
Commit 5a547a3f authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #13998 TIME 0:20 add return date + return reason for registered mail

parent 8812d342
No related branches found
No related tags found
No related merge requests found
...@@ -205,6 +205,16 @@ ...@@ -205,6 +205,16 @@
*ngIf="this.senderLightInfo.filling" class="fas fa-circle" *ngIf="this.senderLightInfo.filling" class="fas fa-circle"
style="font-size: 8px" [style.color]="this.senderLightInfo.filling"></i></div> style="font-size: 8px" [style.color]="this.senderLightInfo.filling"></i></div>
</div> </div>
<div class="content-item" *ngIf="!functions.empty(currentResourceInformations.registeredMail_returnDate)">
<div>{{'lang.returnDate' | translate}} :</div>
<div class="content-item-value" [title]="this.currentResourceInformations.registeredMail_returnDate">
{{this.currentResourceInformations.registeredMail_returnDate}}</div>
</div>
<div class="content-item" *ngIf="!functions.empty(currentResourceInformations.registeredMail_reason)">
<div>{{'lang.returnReason' | translate}} :</div>
<div class="content-item-value" [title]="this.currentResourceInformations.registeredMail_reason">
{{this.currentResourceInformations.registeredMail_reason}}</div>
</div>
<div class="content-item" <div class="content-item"
*ngIf="this.currentResourceInformations.processLimitDate !== undefined"> *ngIf="this.currentResourceInformations.processLimitDate !== undefined">
<ng-container <ng-container
......
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