diff --git a/src/app/_layout/footer/footer.component.html b/src/app/_layout/footer/footer.component.html index cdfa2a6..6c55f26 100644 --- a/src/app/_layout/footer/footer.component.html +++ b/src/app/_layout/footer/footer.component.html @@ -13,7 +13,7 @@ href="https://allbestsistem.com/" target="_blank" style="background-color: #000000 !important;" - >Smart Building Management Systems (V@2024-07-9.02) + >Smart Building Management Systems (V@2024-07-10.02)

diff --git a/src/app/content/hemat-app/cost-management/cost-management.component.ts b/src/app/content/hemat-app/cost-management/cost-management.component.ts index 083ed44..a0ef414 100644 --- a/src/app/content/hemat-app/cost-management/cost-management.component.ts +++ b/src/app/content/hemat-app/cost-management/cost-management.component.ts @@ -327,7 +327,6 @@ export class CostManagementComponent implements OnInit { }; this.spinnerActive = true; this.costService.getSyncCost(dataDate).subscribe((data) => { - console.log(data); this.dataCompPrevMonthCost(this.storedData.buildingId); this.dataCompActEstCost(this.storedData.buildingId); }); diff --git a/src/app/login/login.component.html b/src/app/login/login.component.html index b1f0676..b030038 100644 --- a/src/app/login/login.component.html +++ b/src/app/login/login.component.html @@ -138,7 +138,7 @@

- (v@2024.07.9.02) + (v@2024.07.10.02)