/[phpcompta]/phpcompta/include/user_action_fin.php
ViewVC logotype

Diff of /phpcompta/include/user_action_fin.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by sparkyx, Wed May 4 21:18:20 2005 UTC revision 1.19 by sparkyx, Wed May 4 21:26:59 2005 UTC
# Line 173  echo 'Période  '.$w->IOValue("p_periode" Line 173  echo 'Période  '.$w->IOValue("p_periode"
173  if ( $action == 'solde' ) {  if ( $action == 'solde' ) {
174    require_once("poste.php");    require_once("poste.php");
175    // find the bank account    // find the bank account
176    $accountSql="select distinct pcm_val,pcm_lib from    $accountSql="select distinct pcm_val::text,pcm_lib from
177              tmp_pcmn              tmp_pcmn
178              where pcm_val like '550%'";              where pcm_val like '550%' or pcm_val='58'
179                order by pcm_val::text";
180    $ResAccount=ExecSql($cn,$accountSql);    $ResAccount=ExecSql($cn,$accountSql);
181    echo '<div class="u_redcontent">';    echo '<div class="u_redcontent">';
182    echo "<table>";    echo "<table>";

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26