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

Diff of /phpcompta/include/form_input.php

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

revision 1.48 by sparkyx, Mon Jul 4 21:41:02 2005 UTC revision 1.49 by stanpinte, Sat Jul 9 16:31:58 2005 UTC
# Line 1499  function FormODS($p_cn,$p_jrn,$p_user,$p Line 1499  function FormODS($p_cn,$p_jrn,$p_user,$p
1499    $r.='<TABLE border="0">';    $r.='<TABLE border="0">';
1500    $r.="<tr>";    $r.="<tr>";
1501    $r.="<th></th>";    $r.="<th></th>";
1502    $r.="<th>Code</th>";    $r.="<th>Compte</th>";
1503    $r.="<th>Poste</th>";    $r.="<th>Poste</th>";
1504    $r.="<th>Montant</th>";    $r.="<th>Montant</th>";
1505    $r.="<th>Crédit ou débit</th>";    $r.="<th>Crédit ou débit</th>";
# Line 1550  function FormODS($p_cn,$p_jrn,$p_user,$p Line 1550  function FormODS($p_cn,$p_jrn,$p_user,$p
1550      $W->extra=$p_jrn;      $W->extra=$p_jrn;
1551      $W->extra2=$filter;      $W->extra2=$filter;
1552      //    $r.='<TR>'.InputType("","js_search_poste","e_account".$i,$account,$view_only,$filter);      //    $r.='<TR>'.InputType("","js_search_poste","e_account".$i,$account,$view_only,$filter);
1553      $r.="<TR>".$W->IOValue("e_account".$i);      $r.="<TR>".$W->IOValue("e_account".$i, $account);
1554      //libelle      //libelle
1555      $r.="<td> $lib </td>";      $r.="<td> $lib </td>";
1556      //amount      //amount

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

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