Subversion Repositories Applications.annuaire

Rev

Rev 329 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 329 Rev 336
Line 368... Line 368...
368
    	}
368
    	}
Line 369... Line 369...
369
    	
369
    	
370
    	return false;
370
    	return false;
Line 371... Line 371...
371
    }
371
    }
Line 372... Line 372...
372
    
372
    
-
 
373
    private function calculerNouvelOrdreRecuPourCotisation($cotisation) {
-
 
374
    	
373
    private function calculerNouvelOrdreRecuPourCotisation() {
375
    	$cotisation_modele = new CotisationModele();
Line 374... Line 376...
374
    	
376
    	
375
    	$cotisation_modele = new CotisationModele();
377
    	$annee_recu = $cotisation['annee_cotisation'];
Line 376... Line 378...
376
    	$numero_ordre = $cotisation_modele->calculerNouvelOrdreRecuEtIncrementer();
378
    	$numero_ordre = $cotisation_modele->calculerNouvelOrdreRecuEtIncrementer($annee_recu);