diff --git a/htdocs/compta/facture/prelevement.php b/htdocs/compta/facture/prelevement.php index 58cac9fd838..c3971f11a9f 100644 --- a/htdocs/compta/facture/prelevement.php +++ b/htdocs/compta/facture/prelevement.php @@ -91,7 +91,7 @@ if ($_GET["facid"] > 0) $head[$h][1] = $langs->trans("Apercu"); $h++; $head[$h][0] = DOL_URL_ROOT.'/compta/facture/prelevement.php?facid='.$fac->id; - $head[$h][1] = $langs->trans("Prelevement"); + $head[$h][1] = $langs->trans("Prélèvement"); $hselected = $h; $h++; $head[$h][0] = DOL_URL_ROOT.'/compta/facture/note.php?facid='.$fac->id; @@ -132,7 +132,7 @@ if ($_GET["facid"] > 0) print "
\n"; // Valider - if ($fac->statut > 0 && $fac->paye == 0) + if ($fac->statut > 0 && $fac->paye == 0 && $fac->mode_reglement == 3) { if ($user->rights->facture->creer) { @@ -177,7 +177,7 @@ if ($_GET["facid"] > 0) print ""; print ''.strftime("%d/%m/%Y",$obj->date_demande)."\n"; - print '-'; + print 'En attente de traitement'; print '-'; print ''.$obj->firstname." ".$obj->name.''; print "\n";