Push on VmApps
This commit is contained in:
commit
daa02f6e89
@ -512,6 +512,7 @@ foreach($tabExtract as $key)
|
||||
}
|
||||
|
||||
//Ajout colonne obligatoire
|
||||
$tabEntete[] = 'nicSiege';
|
||||
$tabEntete[] = 'SiretValide';
|
||||
if( null != $profilDoublon ) {
|
||||
$tabEntete[] = 'Doublon';
|
||||
@ -660,7 +661,7 @@ foreach($tabIdentifiant as $item)
|
||||
|
||||
if ( $posKeySiren!==false && $posKeyNic!==false ){
|
||||
$tabNewData[$extendNbRow]['siren'] = $siren;
|
||||
$tabNewData[$extendNbRow]['nic'] = $nicV;
|
||||
$tabNewData[$extendNbRow]['nic'] = $nic;
|
||||
}
|
||||
|
||||
//Récupération des données SQL
|
||||
|
Loading…
Reference in New Issue
Block a user