task 3374 Solde compte en banque
This commit is contained in:
parent
e0c8854024
commit
fe549e8034
1 changed files with 3 additions and 2 deletions
|
|
@ -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>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue