diff --git a/CompanyManagment.App.Contracts/Workshop/IWorkshopApplication.cs b/CompanyManagment.App.Contracts/Workshop/IWorkshopApplication.cs
index 9d11fcb5..6c7ee0bf 100644
--- a/CompanyManagment.App.Contracts/Workshop/IWorkshopApplication.cs
+++ b/CompanyManagment.App.Contracts/Workshop/IWorkshopApplication.cs
@@ -97,7 +97,7 @@ public interface IWorkshopApplication
public class CreateWorkshopWorkflowRegistration
{
///
- /// شناس�� جزئیات کارگاه قرارداد مؤسسه
+ /// شناسه جزئیات کارگاه قرارداد نهاد مرتبط
///
public long InstitutionContractWorkshopDetailId { get; set; }
///
@@ -170,7 +170,7 @@ public class CreateWorkshopWorkflowRegistration
///
public bool SignContract { get; set; }
///
- /// ایجات تصف��ه حساب
+ /// ایجات تصفیه حساب
///
public bool CreateCheckout { get; set; }
///
diff --git a/CompanyManagment.EFCore/Repository/InstitutionContractRepository.cs b/CompanyManagment.EFCore/Repository/InstitutionContractRepository.cs
index 2dfff574..10f14bc0 100644
--- a/CompanyManagment.EFCore/Repository/InstitutionContractRepository.cs
+++ b/CompanyManagment.EFCore/Repository/InstitutionContractRepository.cs
@@ -1481,7 +1481,7 @@ public class InstitutionContractRepository : RepositoryBase> RegistrationWorkflowMainList()
{
return await _context.InstitutionContractSet
- .Where(x => x.VerificationStatus == InstitutionContractVerificationStatus.Verified)
+ .Where(x => x.VerificationStatus == InstitutionContractVerificationStatus.PendingWorkflow)
.Include(x => x.WorkshopGroup)
.ThenInclude(x => x.WorkshopDetails)
.Join(_context.PersonalContractingParties,