' . getItemWithFormName($row_issue_items['item_id']) . ' Qty: ' . $row_issue_items['issue_qty'] . ' ' . getItemUnitName($row_issue_items['item_id']) . '
'; } $space = " "; $links = $view_link . $space . $edit_link . $space; $issue_ref_no = "" . $row1['issue_ref_no'] . ""; $data['rows'][] = array( 'id' => $row1['req_id'], 'cell' => array($links, $count++, date_format(date_create($row1['date_of_issue']), "d-M-Y "), getTableFieldValue('ohc_type', 'ohc_type_name', 'ohc_type_id', $row1['ohc_location_id']), $item_desc, $approval_status, $row1['approval_comments'], $row1['comments']) ); } $data['rows'][] = array( 'id' => $row['filterkey'], 'cell' => array('', "", "", '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '') ); echo json_encode($data); ?>