From 09f8922826ea5ce4ab1f9d368d1f36181fa665cd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 2 Nov 2007 15:44:10 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20On=20ne=20doit=20pas=20selectionner=20de?= =?UTF-8?q?=20compte=20par=20d=E9faut.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/fourn/facture/paiement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php index 2afd11ef766..8be03b05746 100644 --- a/htdocs/fourn/facture/paiement.php +++ b/htdocs/fourn/facture/paiement.php @@ -248,7 +248,7 @@ if ($action == 'create' || $action == 'add_paiement') if ($conf->banque->enabled) { print ''.$langs->trans('Account').''; - $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 ''; } else