Delete SIRETs column during preview

This commit is contained in:
Michael RICOIS 2012-05-28 12:49:45 +00:00
parent b1ab4180f1
commit 5ab91eb8c7

View File

@ -203,8 +203,8 @@ class ComptageController extends Zend_Controller_Action
$profil = json_decode($result['criteres'], true);
$extractSql = $extractLabel = array();
$extractSql[] = "CONCAT(LPAD(siren, 9, '000000000'), LPAD(nic, 5, '00000')) AS siret";
$extractLabel[] = 'SIRET';
//$extractSql[] = "CONCAT(LPAD(siren, 9, '000000000'), LPAD(nic, 5, '00000')) AS siret";
//$extractLabel[] = 'SIRET';
require_once 'Scores/Enrichissement.php';
$enrichissement = new Enrichissement();