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

Diff of /phpcompta/include/user_common.php

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

revision 1.34 by sparkyx, Sun Mar 6 16:00:28 2005 UTC revision 1.35 by sparkyx, Sun Mar 6 18:30:13 2005 UTC
# Line 240  function ListJrn($p_cn,$p_jrn,$p_where=" Line 240  function ListJrn($p_cn,$p_jrn,$p_where="
240                          jrn_def_type,                          jrn_def_type,
241                          jr_valid,                          jr_valid,
242                          jr_tech_per,                          jr_tech_per,
243                            jr_pj_name,
244                          p_closed                          p_closed
245                         from                         from
246                          jrn                          jrn
# Line 269  function ListJrn($p_cn,$p_jrn,$p_where=" Line 270  function ListJrn($p_cn,$p_jrn,$p_where="
270                  jrn_def_type,                  jrn_def_type,
271                  jr_valid,                  jr_valid,
272                  jr_tech_per,                  jr_tech_per,
273                    jr_pj_name,
274                  p_closed                  p_closed
275                        from                        from
276                  jrn join jrn_def on jrn_def_id=jr_def_id                  jrn join jrn_def on jrn_def_id=jr_def_id
# Line 328  function ListJrn($p_cn,$p_jrn,$p_where=" Line 330  function ListJrn($p_cn,$p_jrn,$p_where="
330    $r.="<th> Description</th>";    $r.="<th> Description</th>";
331    $r.="<th> Montant </th>";    $r.="<th> Montant </th>";
332    $r.="<th>Op. Concernée</th>";    $r.="<th>Op. Concernée</th>";
333      $r.="<th>Document</th>";
334    $r.="</tr>";    $r.="</tr>";
335        
336    for ($i=0; $i < $Max;$i++) {    for ($i=0; $i < $Max;$i++) {
# Line 388  function ListJrn($p_cn,$p_jrn,$p_where=" Line 391  function ListJrn($p_cn,$p_jrn,$p_where="
391              $r.="</TD>";              $r.="</TD>";
392            }            }
393          }          }
394            //document
395            $r.="<TD>".$row['jr_pj_name']."</TD>";
396    
397  // end row  // end row
398          $r.="</tr>";          $r.="</tr>";

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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