bug #21579: Journaux financier : erreur dans la présentation
This commit is contained in:
parent
d8664966c8
commit
9512faa78f
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ $sort_echeance="<th> <A class=\"mtitle\" HREF=\"?$url&o=ea\">$image_asc</A>Ech
|
|||
}
|
||||
}
|
||||
// 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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue