add RollCallInPerson and CustomizeCheckout handling in InstitutionContract workflows and update repository
This commit is contained in:
@@ -1952,7 +1952,9 @@ public class InstitutionContractRepository : RepositoryBase<long, InstitutionCon
|
||||
Insurance = service.Insurance,
|
||||
InsuranceInPerson = service.InsuranceInPerson,
|
||||
RollCall = service.RollCall,
|
||||
WorkshopName = x.WorkshopName
|
||||
WorkshopName = x.WorkshopName,
|
||||
RollCallInPerson = service.RollCallInPerson
|
||||
|
||||
};
|
||||
var institutionPlanForWorkshop = _planPercentageRepository.GetInstitutionPlanForWorkshop(command);
|
||||
price = institutionPlanForWorkshop.OnlineAndInPersonSumAmountDouble;
|
||||
@@ -1963,7 +1965,7 @@ public class InstitutionContractRepository : RepositoryBase<long, InstitutionCon
|
||||
Id = x.id,
|
||||
ContractAndCheckout = service.Contract,
|
||||
ContractAndCheckoutInPerson = service.ContractInPerson,
|
||||
CustomizeCheckout = service.ContractInPerson,
|
||||
CustomizeCheckout = service.CustomizeCheckout,
|
||||
CountPerson = x.PersonnelCount,
|
||||
Insurance = service.Insurance,
|
||||
InsuranceInPerson = service.InsuranceInPerson,
|
||||
|
||||
Reference in New Issue
Block a user