Fix translation
This commit is contained in:
parent
cf5c34c8fb
commit
a3d5d97d05
@ -1054,7 +1054,7 @@ if ($action == 'create')
|
||||
// Bank account
|
||||
if ($object->fk_account > 0)
|
||||
{
|
||||
print "<tr><td>".$langs->trans('RIB')."</td><td>";
|
||||
print "<tr><td>".$langs->trans('BankAccount')."</td><td>";
|
||||
$form->formSelectAccount($_SERVER['PHP_SELF'].'?id='.$object->id, $object->fk_account, 'none');
|
||||
print "</td></tr>";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user