576577578579580581582
/** * Affiche liste des alertes des Factures * @throws Exception */ public void affichageListeAlerteFacture() throws Exception { new AlerteListeFenetreFacture(); }