/[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.15 by sparkyx, Mon Jul 4 20:14:28 2005 UTC revision 1.16 by stanpinte, Sat Jul 9 16:16:10 2005 UTC
# Line 92  if ( $action == 'new' ) { Line 92  if ( $action == 'new' ) {
92    
93    
94          // View the charge and show a submit button to save it          // View the charge and show a submit button to save it
95      // TODO: the name 'view_invoice' should be changed to something more self-explaining, like
96      // 'submit_od', no?
97          if ( isset ($_POST['view_invoice']) ) {          if ( isset ($_POST['view_invoice']) ) {
98            $nb_number=$_POST["nb_item"];            $nb_number=$_POST["nb_item"];
99            $submit='<INPUT TYPE="SUBMIT" name="save" value="Confirmer">';            $submit='<INPUT TYPE="SUBMIT" name="save" value="Confirmer">';
# Line 137  if ( $action == 'voir_jrn' ) { Line 139  if ( $action == 'voir_jrn' ) {
139         exit -1;         exit -1;
140    }    }
141    
142   // Show list of sell   // Show list of cells
143    echo_debug ("user_action_ods.php");    echo_debug ("user_action_ods.php");
144   // Date - date of payment - Customer - amount   // Date - date of payment - Customer - amount
145  ?>  ?>

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

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