Merge branch 'Feature/InstitutionContract/add-registration-style' into Main

This commit is contained in:
MahanCh
2025-09-08 17:02:41 +03:30

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,