瀏覽代碼

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)
         {