Merge branch 'Feature/InstitutionContract/add-registration-style' into Main
This commit is contained in:
@@ -2007,7 +2007,7 @@ public class InstitutionContractRepository : RepositoryBase<long, InstitutionCon
|
||||
}
|
||||
else
|
||||
{
|
||||
newContractStart = previousInstitution.ContractEndGr;
|
||||
newContractStart = previousInstitution.ContractEndGr.AddDays(1);
|
||||
}
|
||||
|
||||
if (hasInPerson)
|
||||
@@ -2291,6 +2291,7 @@ public class InstitutionContractRepository : RepositoryBase<long, InstitutionCon
|
||||
|
||||
|
||||
await SaveChangesAsync();
|
||||
await transaction.CommitAsync();
|
||||
return opration.Succcedded();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user