Просмотр исходного кода

DESKTOP - allow filling in of job forms

Nick-PRSDigital@bitbucket.org 2 лет назад
Родитель
Сommit
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)
         {