diff --git a/www/vicidial/list_download.php b/www/vicidial/list_download.php index f1a4fae9..ce105277 100644 --- a/www/vicidial/list_download.php +++ b/www/vicidial/list_download.php @@ -514,6 +514,7 @@ while ($i < $leads_to_print) } elseif ($download_type == 'cidgroup') { + if ($row[3]=='') {$row[3]='N';} $row_data[$i] .= "$row[0],$row[1],$row[2],$row[3]"; } else