Parcourir la source

DESKTOP - allow filling in of job forms

Nick-PRSDigital@bitbucket.org il y a 2 ans
Parent
commit
7e101948a8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)
         {