Skip to content

Commit

Permalink
accueil saisie : ajout du nom du lieu dans le detail du relevé
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrieuclp committed Jul 29, 2024
1 parent 8fae727 commit d97e7c2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@
<strong>Saisi par :</strong>
{{ row?.digitiser?.nom_complet || '-' }}
</div>
<div *ngIf="row.place_name != null && row.place_name != ''">
<strong>{{ 'Releve.PlaceName' | translate }} :</strong>
{{ row.place_name }}
</div>
<div><strong>Observé par:</strong></div>
<div style="margin-left: 20px">
<div *ngFor="let obs of displayObservateursTooltip(row)">
Expand Down

0 comments on commit d97e7c2

Please sign in to comment.