Skip to content

Commit d5369e4

Browse files
Sai Krishna MetpalliSai Krishna Metpalli
authored andcommitted
DSS-1181 Added reg no
1 parent f85c51d commit d5369e4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

frontend/src/app/features/components/listings-table/listing-details/listing-details.component.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,16 @@ <h2>Detailed Listing Information for</h2>
132132

133133
<div class="spacer-hr"> </div>
134134

135+
<div class="row">
136+
<span class="label">Registration Number:</span>
137+
<span class="value" [class.status-red]="!listing.bcRegistryNo">{{listing.bcRegistryNo || '-'}}
138+
<i class="pi pi-info-circle" pTooltip="Registration exemption claimed"
139+
*ngIf="!listing.bcRegistryNo"></i>
140+
</span>
141+
</div>
142+
143+
<div class="spacer-hr"> </div>
144+
135145
<ng-template ngFor let-host [ngForOf]="listing.hosts" let-i="index">
136146
<div class="row">
137147
<span class="label">{{host.isPropertyOwner?'Property':'STR'}} Host (Platform Listing):</span>

0 commit comments

Comments
 (0)