Fix: bad class

This commit is contained in:
Laurent Destailleur 2012-03-11 23:46:31 +01:00
parent b5fc41fadc
commit 2aa92fa249

View File

@ -508,7 +508,7 @@ else
// Type
print '<tr><td valign="top" class="fieldrequired">'.$langs->trans("AccountType").'</td>';
print '<td colspan="3">';
print $form->select_type_comptes_financiers((isset($_POST["type"])?$_POST["type"]:$account->type),"type");
print $formbank->select_type_comptes_financiers((isset($_POST["type"])?$_POST["type"]:$account->type),"type");
print '</td></tr>';
// Currency