@@ -213,7 +213,7 @@ <h2>Detailed Listing Information for</h2>
213
213
< td > {{ addressChange.type }}</ td >
214
214
< td > {{ addressChange.platformAddress }}</ td >
215
215
< td > {{ addressChange.bestMatchAddress }}</ td >
216
- < td > {{ addressChange.date |date:'YYYY -MM-dd' }}</ td >
216
+ < td > {{ addressChange.date |date:'yyyy -MM-dd' }}</ td >
217
217
< td > {{ addressChange.user }}</ td >
218
218
</ tr >
219
219
</ ng-template >
@@ -261,7 +261,7 @@ <h2>Detailed Listing Information for</h2>
261
261
< div class ="property-info-container ">
262
262
< strong class ="panel-header-text "> Business Licence Information</ strong >
263
263
< p-tag class ="last-bl-update-date " *ngIf ="blInfo?.updDtm ">
264
- < strong class ="tag-text "> BL Records Last Uploaded:</ strong > {{blInfo.updDtm |date:'YYYY -MM-dd' }}
264
+ < strong class ="tag-text "> BL Records Last Uploaded:</ strong > {{blInfo.updDtm |date:'yyyy -MM-dd' }}
265
265
</ p-tag >
266
266
</ div >
267
267
</ ng-template >
@@ -303,9 +303,9 @@ <h2>Detailed Listing Information for</h2>
303
303
</ div >
304
304
305
305
< div *ngIf ="blInfo?.businessLicenceNo ||
306
- blInfo?.licenceTypeTxt ||
307
- blInfo?.expiryDt ||
308
- blInfo?.licenceStatusType ||
306
+ blInfo?.licenceTypeTxt ||
307
+ blInfo?.expiryDt ||
308
+ blInfo?.licenceStatusType ||
309
309
blInfo?.restrictionTxt
310
310
" class ="spacer-hr "> </ div >
311
311
@@ -317,7 +317,7 @@ <h2>Detailed Listing Information for</h2>
317
317
< strong > Licence Type:</ strong > < span class ="value "> {{blInfo.licenceTypeTxt ||'-'}}</ span >
318
318
</ div >
319
319
< div *ngIf ="blInfo?.expiryDt " class ="row ">
320
- < strong > Expiry Date: </ strong > < span class ="value "> {{blInfo.expiryDt |date:'YYYY -MM-dd'}}</ span >
320
+ < strong > Expiry Date: </ strong > < span class ="value "> {{blInfo.expiryDt |date:'yyyy -MM-dd'}}</ span >
321
321
</ div >
322
322
< div *ngIf ="blInfo?.licenceStatusType " class ="row ">
323
323
< strong > Status:</ strong > < span class ="status-name value "
@@ -348,8 +348,8 @@ <h2>Detailed Listing Information for</h2>
348
348
< strong > Phone: </ strong > < span class ="value "> {{blInfo.businessOwnerPhoneNo ||'-'}}</ span >
349
349
</ div >
350
350
351
- < div *ngIf ="blInfo?.businessOperatorNm ||
352
- blInfo?.businessOperatorEmailAddressDsc ||
351
+ < div *ngIf ="blInfo?.businessOperatorNm ||
352
+ blInfo?.businessOperatorEmailAddressDsc ||
353
353
blInfo?.businessOperatorPhoneNo " class ="spacer-hr "> </ div >
354
354
355
355
< div *ngIf ="blInfo?.businessOperatorNm " class ="row ">
@@ -362,11 +362,11 @@ <h2>Detailed Listing Information for</h2>
362
362
< strong > Phone: </ strong > < span class ="value "> {{blInfo.businessOperatorPhoneNo ||'-'}}</ span >
363
363
</ div >
364
364
365
- < div *ngIf ="blInfo?.propertyZoneTxt ||
366
- blInfo?.availableBedroomsQty ||
367
- blInfo?.maxGuestsAllowedQty ||
368
- isBoolDefined(blInfo?.isPrincipalResidence) ||
369
- isBoolDefined(blInfo?.isOwnerLivingOnsite) ||
365
+ < div *ngIf ="blInfo?.propertyZoneTxt ||
366
+ blInfo?.availableBedroomsQty ||
367
+ blInfo?.maxGuestsAllowedQty ||
368
+ isBoolDefined(blInfo?.isPrincipalResidence) ||
369
+ isBoolDefined(blInfo?.isOwnerLivingOnsite) ||
370
370
isBoolDefined(blInfo?.isOwnerPropertyTenant) ||
371
371
blInfo?.infractionTxt ||
372
372
blInfo?.infractionDt " class ="spacer-hr "> </ div >
@@ -399,11 +399,11 @@ <h2>Detailed Listing Information for</h2>
399
399
</ div >
400
400
< div *ngIf ="blInfo?.infractionDt " class ="row ">
401
401
< strong > Infraction Date: </ strong > < span
402
- class ="value "> {{blInfo.infractionDt|date:'YYYY -MM-dd'}}</ span >
402
+ class ="value "> {{blInfo.infractionDt|date:'yyyy -MM-dd'}}</ span >
403
403
</ div >
404
404
405
- < div *ngIf ="blInfo?.propertyFolioNo ||
406
- blInfo?.propertyParcelIdentifierNo ||
405
+ < div *ngIf ="blInfo?.propertyFolioNo ||
406
+ blInfo?.propertyParcelIdentifierNo ||
407
407
blInfo?.propertyLegalDescriptionTxt " class ="spacer-hr "> </ div >
408
408
409
409
< div *ngIf ="blInfo?.propertyFolioNo " class ="row ">
0 commit comments