Explorar el Código

DESKTOP - allow filling in of job forms

Nick-PRSDigital@bitbucket.org hace 2 años
padre
commit
7e101948a8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
         public static bool CanEditJobForm(JobForm form, Job job)
         {
         {
-            return false;
+            return true;
         }
         }
         public static bool CanEditJobITPForm(JobITPForm form, JobITP jobITP)
         public static bool CanEditJobITPForm(JobITPForm form, JobITP jobITP)
         {
         {