";
}
if($hasWriteAccess)
{
$edit_link="";
}
if($hasExecuteAccess)
{
$delete_link="";
}
$space=" ";
$links = $assign_link.$space.$view_link.$space.$edit_link.$space.$delete_link;
//$add_new_button="";
$budget_change_history_button="";
$data['rows'][] = array(
'id' => $row_vaccine['id'],
'cell' => array($count++,$year,$row_vaccine['primary_budget'],$row_vaccine['additional_approved_budget'],$row_vaccine['total_budget'],$row_vaccine['available_budget'], $links,$budget_change_history_button)
);
}
$data['rows'][] = array(
'id' => $row['filterkey'],
'cell' => array('', "", "", '', '','', '', '', '', '', '', '', '','', '', '','', '', '','')
);
echo json_encode($data);
?>