diff --git a/htdocs/admin/prelevement.php b/htdocs/admin/prelevement.php index b131009ab88..1a021996163 100644 --- a/htdocs/admin/prelevement.php +++ b/htdocs/admin/prelevement.php @@ -141,7 +141,7 @@ print ''; // ICS print ''.$langs->trans("ICS").''; print ''; -print ''; +print ''; print ''; //User diff --git a/htdocs/compta/facture/prelevement.php b/htdocs/compta/facture/prelevement.php index 0fa260bbe34..73c8a208295 100644 --- a/htdocs/compta/facture/prelevement.php +++ b/htdocs/compta/facture/prelevement.php @@ -509,7 +509,7 @@ if ($object->id > 0) { if ($num == 0) { - if ($object->statut > Facture::STATUS_DRAFT) print ''.$langs->trans("MakeWithdrawRequest").''; + if ($object->statut > Facture::STATUS_DRAFT) print ''.$langs->trans("MakeWithdrawRequest").''; else print ''.$langs->trans("MakeWithdrawRequest").''; } else print ''.$langs->trans("MakeWithdrawRequest").'';