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

Diff of /phpcompta/include/user_action_ods.php

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

revision 1.14 by stanpinte, Mon Jul 4 17:58:51 2005 UTC revision 1.15 by sparkyx, Mon Jul 4 20:14:28 2005 UTC
# Line 142  if ( $action == 'voir_jrn' ) { Line 142  if ( $action == 'voir_jrn' ) {
142   // Date - date of payment - Customer - amount   // Date - date of payment - Customer - amount
143  ?>  ?>
144  <div class="u_redcontent">  <div class="u_redcontent">
145  <form method="post" action="user_jrn.php?action=voir_jrn">  
146  <?  <?
147    echo "<form method= \"post\" action=\"user_jrn.php?action=voir_jrn&p_jrn=$p_jrn\">";
148    
149  $w=new widget("select");  $w=new widget("select");
150    
151  $periode_start=make_array($cn,"select p_id,to_char(p_start,'DD-MM-YYYY') from parm_periode order by p_id");  $periode_start=make_array($cn,"select p_id,to_char(p_start,'DD-MM-YYYY') from parm_periode order by p_id");

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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