diff --git a/public/archivetrf.php b/public/archivetrf.php index a7d6d42..8622a4a 100644 --- a/public/archivetrf.php +++ b/public/archivetrf.php @@ -27,7 +27,6 @@ LEFT JOIN article_type ON `trf-details`.idarticletype=article_type.idarticletype LEFT JOIN certificationtype ON certificationtype.idcertificationtype=`trf-details`.idcertification WHERE `trf-details`.idcompany='$idcompany' AND `trf-details`.signedon ='' -AND `trf-details`.revcs != 'Y' ORDER BY `trf-details`.trfnumber"); $drafttrf->execute(); ?> diff --git a/public/companyprofile.php b/public/companyprofile.php index 17df5dd..d08e864 100644 --- a/public/companyprofile.php +++ b/public/companyprofile.php @@ -145,20 +145,21 @@ $companyData = mysqli_fetch_assoc($companydetails);