Adjust online and in-person sum amount calculation for accuracy
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user