From 9512faa78ffe10ab63efe1babe0d00d13bd750fe Mon Sep 17 00:00:00 2001 From: sparkyx Date: Wed, 14 Nov 2007 18:19:25 +0000 Subject: [PATCH] =?UTF-8?q?bug=20#21579:=20Journaux=20financier=20:=20erre?= =?UTF-8?q?ur=20dans=20la=20pr=C3=83=C2=A9sentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/user_common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/user_common.php b/include/user_common.php index a01841af6..0aa801a06 100644 --- a/include/user_common.php +++ b/include/user_common.php @@ -433,7 +433,7 @@ $sort_echeance=" $image_ascEch } } // set a filter for the FIN - $a_parm_code=GetArray($p_cn,"select p_value from parm_code where p_code in ('BANQUE','VIREMENT_INTERNE','COMPTE_COURANT','CAISSE')"); + $a_parm_code=GetArray($p_cn,"select p_value from parm_code where p_code in ('BANQUE','COMPTE_COURANT','CAISSE')"); $sql_fin="("; $or=""; foreach ($a_parm_code as $code) {