diff --git a/htdocs/compta/facture/prelevement.php b/htdocs/compta/facture/prelevement.php
index 9471df8655f..ccc3b305447 100644
--- a/htdocs/compta/facture/prelevement.php
+++ b/htdocs/compta/facture/prelevement.php
@@ -274,7 +274,7 @@ if ($object->id > 0)
print '
';
print '';
@@ -301,7 +301,7 @@ if ($object->id > 0)
print '';
print ' | ';
if ($object->type != Facture::TYPE_CREDIT_NOTE)
@@ -326,7 +326,7 @@ if ($object->id > 0)
print '';
print ' | ';
if ($object->type != Facture::TYPE_CREDIT_NOTE)
@@ -354,7 +354,7 @@ if ($object->id > 0)
print '';
print ' | ';
if ($action == 'editmode')
@@ -373,7 +373,7 @@ if ($object->id > 0)
print $langs->trans('BankAccount');
print ' | ';
if (($action != 'editbankaccount') && $user->rights->commande->creer && ! empty($object->brouillon))
- print ' | id.'">'.img_edit($langs->trans('SetBankAccount'), 1).' | ';
+ print 'id.'">'.img_edit($langs->trans('SetBankAccount'), 1).' | ';
print '';
print '';
if ($action == 'editbankaccount')
@@ -447,7 +447,7 @@ if ($object->id > 0)
print ' | ';
if ($action != 'editrevenuestamp' && ! empty($object->brouillon) && $user->rights->facture->creer)
{
- print 'id . '">' . img_edit($langs->trans('SetRevenuStamp'), 1) . ' | ';
+ print 'id . '">' . img_edit($langs->trans('SetRevenuStamp'), 1) . ' | ';
}
print '';
print '';
@@ -615,7 +615,7 @@ if ($object->id > 0)
print ' | '.$langs->trans("OrderWaiting").' | ';
- print '';
+ print ' | ';
print '';
print img_delete();
print ' | ';