task 3374 Solde compte en banque

This commit is contained in:
sparkyx 2005-05-04 21:26:59 +00:00
parent e0c8854024
commit fe549e8034

View file

@ -173,9 +173,10 @@ echo 'P
if ( $action == 'solde' ) {
require_once("poste.php");
// find the bank account
$accountSql="select distinct pcm_val,pcm_lib from
$accountSql="select distinct pcm_val::text,pcm_lib from
tmp_pcmn
where pcm_val like '550%'";
where pcm_val like '550%' or pcm_val='58'
order by pcm_val::text";
$ResAccount=ExecSql($cn,$accountSql);
echo '<div class="u_redcontent">';
echo "<table>";