Skip to content
Snippets Groups Projects
Commit 7964fc7a authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Impossibilit de crer compte bancaire

parent 803f8384
No related branches found
No related tags found
No related merge requests found
......@@ -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>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment