Draft: Resolve "Hub Filtered Job Order Report" #1540

Open
korina.cordero wants to merge 2 commits from 616-hub-filtered-job-order-report into master-fix
Showing only changes of commit e70dffe962 - Show all commits

View file

@ -2459,7 +2459,6 @@ class ReportController extends Controller
// go through rows // go through rows
while ($row = $stmt->fetch(PDO::FETCH_NUM)) while ($row = $stmt->fetch(PDO::FETCH_NUM))
{ {
error_log($row[0]);
// get jo details using the id // get jo details using the id
$jo_id = $row[0]; $jo_id = $row[0];
$jo = $em->getRepository(JobOrder::class)->find($jo_id); $jo = $em->getRepository(JobOrder::class)->find($jo_id);