fix fix bapenda

This commit is contained in:
arifal
2025-08-20 05:43:38 +07:00
parent fef6ae7522
commit 8de1b51fea
2 changed files with 9 additions and 9 deletions

View File

@@ -306,23 +306,23 @@ class DashboardPotentialInsideSystem {
safeSetText(
"restoran-count-amount",
addThousandSeparators(
(this.pajakRestoranCount * 2500000).toString()
(this.pajakRestoranCount * 6200000).toString()
)
);
safeSetText("hiburan-count", this.pajakHiburanCount);
safeSetText(
"hiburan-count-amount",
addThousandSeparators((this.pajakHiburanCount * 2500000).toString())
addThousandSeparators((this.pajakHiburanCount * 6200000).toString())
);
safeSetText("hotel-count", this.pajakHotelCount);
safeSetText(
"hotel-count-amount",
addThousandSeparators(this.pajakHotelCount * 2500000).toString()
addThousandSeparators(this.pajakHotelCount * 6200000).toString()
);
safeSetText("parkir-count", this.pajakParkirCount);
safeSetText(
"parkir-count-amount",
addThousandSeparators((this.pajakParkirCount * 2500000).toString())
addThousandSeparators((this.pajakParkirCount * 6200000).toString())
);
safeSetText("pdam-count", this.pdamCount);
safeSetText(