/[dolibarr]/dolibarr/htdocs/societe/notify/fiche.php
ViewVC logotype

Diff of /dolibarr/htdocs/societe/notify/fiche.php

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

revision 1.27 by eldy, Thu Aug 11 19:20:07 2005 UTC revision 1.28 by eldy, Fri Nov 11 16:37:54 2005 UTC
# Line 18  Line 18 
18   *   *
19   * $Id$   * $Id$
20   * $Source$   * $Source$
  *  
21   */   */
22    
23  /**  /**
# Line 32  require("pre.inc.php"); Line 31  require("pre.inc.php");
31    
32  $langs->load("companies");  $langs->load("companies");
33    
34  /*  // Sécurité accés client
35   * Sécurité accés client  $socid = $_GET["socid"];
  */  
36  if ($user->societe_id > 0)  if ($user->societe_id > 0)
37  {  {
38    //$socid = $user->societe_id;      $socid = $user->societe_id;
         $socid = $_GET["socid"];  
39  }  }
           
 $socid = $_GET["socid"];  
40    
41  $sortorder=$_GET["sortorder"];  $sortorder=$_GET["sortorder"];
42  $sortfield=$_GET["sortfield"];  $sortfield=$_GET["sortfield"];
# Line 152  if ( $soc->fetch($soc->id) ) Line 147  if ( $soc->fetch($soc->id) )
147      $head[$h][1] = $langs->trans("Notifications");      $head[$h][1] = $langs->trans("Notifications");
148      $hselected=$h;      $hselected=$h;
149      $h++;      $h++;
150    
151        $head[$h][0] = DOL_URL_ROOT.'/societe/info.php?socid='.$soc->id;
152        $head[$h][1] = $langs->trans("Info");
153        $h++;
154            
155      dolibarr_fiche_head($head, $hselected, $soc->nom);      dolibarr_fiche_head($head, $hselected, $soc->nom);
156            

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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