Skip to content
Snippets Groups Projects
Verified Commit d25e04d7 authored by Florian Azizian's avatar Florian Azizian
Browse files

add email in user list send to external signatory book

parent 59dabb2a
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
<mat-label>{{lang.userMaarchParapheur}}</mat-label>
<mat-select name="processingUser" [(ngModel)]="externalSignatoryBookDatas.processingUser" required>
<mat-option *ngFor="let user of additionalsInfos.users" [value]="user.id">
{{user.firstname}} {{user.lastname}}
{{user.firstname}} {{user.lastname}} ({{user.email}})
</mat-option>
</mat-select>
</mat-form-field>
......
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