From 7e14b4919be3923c2a5d4d6338d581d54017aafb Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Tue, 11 Oct 2022 08:08:53 -0400 Subject: [PATCH] fix --- www/application/views/jobs/view_thisjob.php | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/www/application/views/jobs/view_thisjob.php b/www/application/views/jobs/view_thisjob.php index 3574cfcc..6bbb8c65 100644 --- a/www/application/views/jobs/view_thisjob.php +++ b/www/application/views/jobs/view_thisjob.php @@ -71,14 +71,14 @@
@@ -91,7 +91,7 @@
- +
@@ -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."; + } + + // } ?>