/[phpcompta]/phpcompta/html/jrn_detail.php
ViewVC logotype

Diff of /phpcompta/html/jrn_detail.php

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

revision 1.16 by stanpinte, Sun Mar 6 14:52:13 2005 UTC revision 1.17 by sparkyx, Sun Mar 6 15:15:56 2005 UTC
# Line 31  include_once ("class_user.php"); Line 31  include_once ("class_user.php");
31  $User=new cl_user($rep);  $User=new cl_user($rep);
32  $User->Check();  $User->Check();
33    
34  include_once ("top_menu_compta.php");  //include_once ("top_menu_compta.php");
35    include_once ("user_menu.php");
36  ShowMenuCompta($_SESSION['g_dossier']);  ShowMenuCompta($_SESSION['g_dossier']);
37    
38  include_once("check_priv.php");  include_once("check_priv.php");
# Line 50  if ( $_SESSION['use_admin'] == 0 ) { Line 51  if ( $_SESSION['use_admin'] == 0 ) {
51  // Javascript  // Javascript
52  echo JS_SEARCH_POSTE;  echo JS_SEARCH_POSTE;
53  if ( isset( $_GET['p_jrn'] )) {  if ( isset( $_GET['p_jrn'] )) {
54    $g_jrn=$p_jrn;    $g_jrn=$_GET['p_jrn'];
55    $_SESSION["g_jrn"]=$p_jrn;    $_SESSION["g_jrn"]=$g_jrn;
56    
57  }  }
58    
# Line 107  If ( isset ($_POST["JRN_UPD"] )) { Line 108  If ( isset ($_POST["JRN_UPD"] )) {
108      $Res=ExecSql($cn,$Sql);      $Res=ExecSql($cn,$Sql);
109    }    }
110  }  }
111  ShowMenuJrn($_SESSION['g_dossier']);  MenuJrn($_SESSION['g_dossier']);
112    
113  $Res=ExecSql($cn,"select jrn_def_name,jrn_def_class_deb,jrn_def_class_cred,".  $Res=ExecSql($cn,"select jrn_def_name,jrn_def_class_deb,jrn_def_class_cred,".
114               "jrn_deb_max_line,jrn_cred_max_line,jrn_def_code".               "jrn_deb_max_line,jrn_cred_max_line,jrn_def_code".

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

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