Skip to content

Commit

Permalink
suppression de paramètres inutilisés
Browse files Browse the repository at this point in the history
La méthode `obtenirParNumeroFacture` n'a qu'un seul argument.
  • Loading branch information
Mopolo committed Jun 30, 2023
1 parent 548cdc5 commit d10990a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/Afup/Comptabilite/Facture.php
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ function genererFacture($reference, $chemin = null)
function envoyerFacture($reference)
{
$configuration = $GLOBALS['AFUP_CONF'];
$personne = $this->obtenirParNumeroFacture($reference, 'email, nom, prenom');
$personne = $this->obtenirParNumeroFacture($reference);

$sujet = "Facture AFUP\n";

Expand Down

0 comments on commit d10990a

Please sign in to comment.