From 7964fc7ace89f9fa5d763996a0fc976e92981859 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Tue, 23 May 2006 20:57:56 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Impossibilit=E9=20de=20cr=E9er=20compte?= =?UTF-8?q?=20bancaire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/bank/fiche.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/compta/bank/fiche.php b/htdocs/compta/bank/fiche.php index 25ec476e723..c96e8ae0118 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>'; -- GitLab