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

Merge pull request #2163 from frederic34/patch-1

Typo on conf variable
parents 22a7123c 6f4ba255
No related branches found
No related tags found
No related merge requests found
......@@ -1312,7 +1312,7 @@ if ($action == 'create')
print '</td></tr>';
// Bank Account
if (! empty($conf->global->BANK_ASK_PAYMENT_BANK_DURING_PROPOSAL) && $conf->module->banque->enabled) {
if (! empty($conf->global->BANK_ASK_PAYMENT_BANK_DURING_PROPOSAL) && $conf->banque->enabled) {
print '<tr><td>' . $langs->trans('BankAccount') . '</td><td colspan="2">';
$form->select_comptes($fk_account, 'fk_account', 0, '', 1);
print '</td></tr>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment