fixed issue #0000593
This commit is contained in:
parent
10a8d2aa6b
commit
6261cf0a96
@ -20,6 +20,11 @@ function saisie_save($siret, $idEntreprise, $tabInfo) {
|
||||
$etabnic = $_REQUEST['etabnic'];
|
||||
|
||||
//Vente et Cession evénement 5500
|
||||
foreach($perimetreVente as $k => $p){
|
||||
if ( $p=='-' ){
|
||||
array_splice($perimetreVente, $k, 1);
|
||||
}
|
||||
}
|
||||
if ( isset($perimetreVente) && count($perimetreVente)>0 ){
|
||||
$tabJugement['even'] = array_merge(
|
||||
$tabJugement['even'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user