Correction suite à modification du fonctionnement du paramètre actif
This commit is contained in:
parent
aa79bcd263
commit
15cd533273
@ -345,7 +345,13 @@ class Entreprise extends WsScore
|
||||
if (empty($codePostal)) $codePostal = '';
|
||||
if (empty($ville)) $ville = '';
|
||||
if (empty($siege)) $siege = false;
|
||||
if (empty($actif)) $actif = false;
|
||||
|
||||
if ( $actif ) {
|
||||
$actif = 1;
|
||||
} else {
|
||||
$actif = 2;
|
||||
}
|
||||
|
||||
if (empty($deb)) $deb = 0;
|
||||
if (empty($nbRep)) $nbRep = 20;
|
||||
if (empty($maxRep)) $maxRep = 200;
|
||||
|
@ -345,7 +345,13 @@ class Entreprise extends WsScore
|
||||
if (empty($codePostal)) $codePostal = '';
|
||||
if (empty($ville)) $ville = '';
|
||||
if (empty($siege)) $siege = false;
|
||||
if (empty($actif)) $actif = false;
|
||||
|
||||
if ( $actif ) {
|
||||
$actif = 1;
|
||||
} else {
|
||||
$actif = 2;
|
||||
}
|
||||
|
||||
if (empty($deb)) $deb = 0;
|
||||
if (empty($nbRep)) $nbRep = 20;
|
||||
if (empty($maxRep)) $maxRep = 200;
|
||||
|
@ -259,7 +259,13 @@ class Entreprise extends WsScore
|
||||
if (empty($codePostal)) $codePostal = '';
|
||||
if (empty($ville)) $ville = '';
|
||||
if (empty($siege)) $siege = false;
|
||||
if (empty($actif)) $actif = false;
|
||||
|
||||
if ( $actif ) {
|
||||
$actif = 1;
|
||||
} else {
|
||||
$actif = 2;
|
||||
}
|
||||
|
||||
if (empty($deb)) $deb = 0;
|
||||
if (empty($nbRep)) $nbRep = 20;
|
||||
if (empty($maxRep)) $maxRep = 200;
|
||||
|
@ -1793,7 +1793,11 @@ class Entreprise extends WsScore
|
||||
if (empty($codePostal)) $codePostal = '';
|
||||
if (empty($ville)) $ville = '';
|
||||
if (empty($siege)) $siege = false;
|
||||
if (empty($actif)) $actif = false;
|
||||
if ( $actif ) {
|
||||
$actif = 1;
|
||||
} else {
|
||||
$actif = 2;
|
||||
}
|
||||
if (empty($deb)) $deb = 0;
|
||||
if (empty($nbRep)) $nbRep = 20;
|
||||
if (empty($maxRep)) $maxRep = 200;
|
||||
|
@ -1798,7 +1798,13 @@ class Entreprise extends WsScore
|
||||
if (empty($codePostal)) $codePostal = '';
|
||||
if (empty($ville)) $ville = '';
|
||||
if (empty($siege)) $siege = false;
|
||||
if (empty($actif)) $actif = false;
|
||||
|
||||
if ( $actif ) {
|
||||
$actif = 1;
|
||||
} else {
|
||||
$actif = 2;
|
||||
}
|
||||
|
||||
if (empty($deb)) $deb = 0;
|
||||
if (empty($nbRep)) $nbRep = 20;
|
||||
if (empty($maxRep)) $maxRep = 200;
|
||||
|
@ -1797,7 +1797,13 @@ class Entreprise extends WsScore
|
||||
if (empty($codePostal)) $codePostal = '';
|
||||
if (empty($ville)) $ville = '';
|
||||
if (empty($siege)) $siege = false;
|
||||
if (empty($actif)) $actif = false;
|
||||
|
||||
if ( $actif ) {
|
||||
$actif = 1;
|
||||
} else {
|
||||
$actif = 2;
|
||||
}
|
||||
|
||||
if (empty($deb)) $deb = 0;
|
||||
if (empty($nbRep)) $nbRep = 20;
|
||||
if (empty($maxRep)) $maxRep = 200;
|
||||
|
Loading…
Reference in New Issue
Block a user