Forcage des actes si CJ association Insee erronée
This commit is contained in:
parent
c21904b07a
commit
b0770890a5
@ -48,7 +48,7 @@ else
|
||||
<div id="center">
|
||||
<?php
|
||||
/** Specificités des associations **/
|
||||
if ($cj==9150 || // Association syndicale libre
|
||||
if (($cj==9150 || // Association syndicale libre
|
||||
$cj==9220 || // Association déclarée
|
||||
$cj==9221 || // Association déclarée "entreprises d'insertion par l'économique"
|
||||
$cj==9222 || // Association intermédiaire
|
||||
@ -56,7 +56,9 @@ else
|
||||
$cj==9230 || // Association déclarée reconnue d'utilité publique
|
||||
$cj==9240 || // Congrégation
|
||||
$cj==9260 || // Association de droit local
|
||||
$cj==9300) // Fondation
|
||||
$cj==9300) && // Fondation
|
||||
@$_REQUEST['force']<>true // &force=true force le passage chez infogreffe
|
||||
)
|
||||
{
|
||||
if ($action=='commande') {
|
||||
if(mailCommande($_REQUEST['email'], $siren, 'asso')){
|
||||
|
Loading…
Reference in New Issue
Block a user