Adjust online and in-person sum amount calculation for accuracy

This commit is contained in:
MahanCh
2025-09-08 16:42:33 +03:30
parent 7ae7d8fc07
commit 39d62eb02d

View File

@@ -263,6 +263,7 @@ public class PlanPercentageRepository : RepositoryBase<long, PlanPercentage>, IP
planByCountPerson.RollCallDouble +
planByCountPerson.CustomizeCheckoutDouble;
onlineAndInPersonSumAmount = (onlineAndInPersonSumAmount /10000) * 10000;
return new InstitutionPlanViewModel()
{
CountPerson = planByCountPerson.CountPerson,