Skip to content

Commit

Permalink
Merge pull request #141 from d-rec/DR-856
Browse files Browse the repository at this point in the history
Fixed: Internal-site id- buyer page, APIuser- add reservation page
  • Loading branch information
Aish1990 authored Aug 12, 2024
2 parents fd4e41e + ce63d43 commit 4562c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/view/add-reservation/add-reservation.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,11 @@ <h6>Commissioning Date: </h6>
</ng-container>
<ng-container matColumnDef="externalId">
<th mat-header-cell *matHeaderCellDef mat-sort-header> ExternalId </th>
<td mat-cell *matCellDef="let element"> {{element.externalId}} </td>
<td mat-cell *matCellDef="let element"> {{element.developerExternalId}} </td>
</ng-container>
<ng-container matColumnDef="internalexternalId" class="text-left">
<th mat-header-cell *matHeaderCellDef> Internal SiteId </th>
<td mat-cell *matCellDef="let element"> {{element.internalexternalId}} </td>
<td mat-cell *matCellDef="let element"> {{element.externalId}} </td>
</ng-container>

<ng-container matColumnDef="countryCode">
Expand Down

0 comments on commit 4562c28

Please sign in to comment.