@@ -216,7 +216,14 @@
}
if ($this_is_project_owner == true) {
- include('jobaction/job_owner.php');
+ if ($this_job_result->current_job_status == 4){
+ include('jobaction/job_owner.php');
+ }
+ else{
+ echo "Waiting for the completion message from the client before you can approve.";
+ }
+
+ //
}
?>