Fix: On ne doit pas selectionner de compte par défaut.
This commit is contained in:
parent
ea2e7a5f4a
commit
09f8922826
@ -248,7 +248,7 @@ if ($action == 'create' || $action == 'add_paiement')
|
|||||||
if ($conf->banque->enabled)
|
if ($conf->banque->enabled)
|
||||||
{
|
{
|
||||||
print '<tr><td>'.$langs->trans('Account').'</td><td>';
|
print '<tr><td>'.$langs->trans('Account').'</td><td>';
|
||||||
$html->select_comptes(empty($_POST['accountid'])?(defined('FACTURE_RIB_NUMBER')?FACTURE_RIB_NUMBER:''):$_POST['accountid'],'accountid',0,'',1);
|
$html->select_comptes(empty($_POST['accountid'])?'':$_POST['accountid'],'accountid',0,'',1);
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user