diff --git a/htdocs/compta/bank/fiche.php b/htdocs/compta/bank/fiche.php
index 25ec476e723f00de60f5dfd886f1af4eb7b2660d..c96e8ae0118337aea70df078a53d789ac5e69574 100644
--- a/htdocs/compta/bank/fiche.php
+++ b/htdocs/compta/bank/fiche.php
@@ -162,6 +162,10 @@ if ($_GET["action"] == 'create')
 
 	print '<table class="border" width="100%">';
 
+	// Ref
+	print '<tr><td valign="top">'.$langs->trans("Ref").'</td>';
+	print '<td colspan="3"><input size="8" type="text" class="flat" name="ref" value="'.$account->ref.'"></td></tr>';
+
 	print '<tr><td valign="top">'.$langs->trans("LabelBankCashAccount").'</td>';
 	print '<td colspan="3"><input size="30" type="text" class="flat" name="label" value="'.$_POST["label"].'"></td></tr>';