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

Diff of /phpcompta/html/user_jrn.php

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

revision 1.14 by sparkyx, Sun Feb 27 14:24:30 2005 UTC revision 1.15 by sparkyx, Sun Mar 6 15:15:56 2005 UTC
# Line 19  Line 19 
19  // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr  // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
20  /* $Revision$ */  /* $Revision$ */
21  include_once("ac_common.php");  include_once("ac_common.php");
22  include("top_menu_compta.php");  include_once("user_menu.php");
23  include_once ("constant.php");  include_once ("constant.php");
24  include_once ("postgres.php");  include_once ("postgres.php");
25  include_once ("check_priv.php");  include_once ("check_priv.php");
# Line 86  if ( isset ($_GET['JRN_TYPE'] ) ) { Line 86  if ( isset ($_GET['JRN_TYPE'] ) ) {
86    ShowMenuJrnUser($_SESSION['g_dossier'],$_GET['JRN_TYPE'],$_SESSION['g_jrn']);    ShowMenuJrnUser($_SESSION['g_dossier'],$_GET['JRN_TYPE'],$_SESSION['g_jrn']);
87     echo "</DIV>";     echo "</DIV>";
88   if ( $jrn_type=='NONE' )     include('user_action_gl.php');   if ( $jrn_type=='NONE' )     include('user_action_gl.php');
89     if ( $jrn_type=='SALDO_FIN') include ('user_action_fin.php');
90    
91  } else {  } else {
92    
# Line 112  if ( $_SESSION['g_jrn'] != -1 ) { Line 113  if ( $_SESSION['g_jrn'] != -1 ) {
113    $JrnProp=GetJrnProp($_SESSION['g_dossier'],$_SESSION['g_jrn']);    $JrnProp=GetJrnProp($_SESSION['g_dossier'],$_SESSION['g_jrn']);
114    $jrn_type=$JrnProp['jrn_def_type'];    $jrn_type=$JrnProp['jrn_def_type'];
115    // display jrn's menu    // display jrn's menu
116    include_once('user_menu.php');  
117     $menu_jrn=u_ShowMenuJrn($cn,$jrn_type);     $menu_jrn=ShowMenuJrn($cn,$jrn_type);
118     //      echo '<div class="searchmenu">';     //      echo '<div class="searchmenu">';
119     //   echo $result;     //   echo $result;
120     echo $menu_jrn;     echo $menu_jrn;

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