diff --git a/htdocs/compta/bank/fiche.php b/htdocs/compta/bank/fiche.php
index 27acf7eba59..c118186df27 100644
--- a/htdocs/compta/bank/fiche.php
+++ b/htdocs/compta/bank/fiche.php
@@ -240,7 +240,7 @@ if ($action == 'create')
print '
';
// Ref
- print '| '.$langs->trans("Ref").' | ';
+ print '
| '.$langs->trans("Ref").' | ';
print 'ref).'" maxlength="12"> |
';
// Label
@@ -306,11 +306,15 @@ if ($action == 'create')
$doleditor=new DolEditor('account_comment',$account->comment,'',200,'dolibarr_notes','',false,true,$conf->global->FCKEDITOR_ENABLE_SOCIETE,10,70);
$doleditor->Create();
print '';
+
+ print '
';
+
+ print '
';
+
+ print '