소스 검색

DESKTOP - allow filling in of job forms

Nick-PRSDigital@bitbucket.org 2 년 전
부모
커밋
7e101948a8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      prs.desktop/Utils/FormUtils.cs

+ 1 - 1
prs.desktop/Utils/FormUtils.cs

@@ -34,7 +34,7 @@ namespace PRSDesktop
         }
         public static bool CanEditJobForm(JobForm form, Job job)
         {
-            return false;
+            return true;
         }
         public static bool CanEditJobITPForm(JobITPForm form, JobITP jobITP)
         {