/[dolibarr]/dolibarr/htdocs/comm/propal/aideremise.php
ViewVC logotype

Diff of /dolibarr/htdocs/comm/propal/aideremise.php

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

revision 1.4 by opensides, Tue Oct 19 20:19:58 2004 UTC revision 1.5 by eldy, Thu Aug 25 20:27:17 2005 UTC
# Line 21  Line 21 
21   *   *
22   */   */
23    
24  /*! \file htdocs/comm/propal/aideremise.php  /**
25            \file       htdocs/comm/propal/aideremise.php
26          \ingroup    propale          \ingroup    propale
27          \brief      Page de simulation des remises          \brief      Page de simulation des remises
28  */  */
# Line 32  $user->getrights('propale'); Line 33  $user->getrights('propale');
33  if (!$user->rights->propale->lire)  if (!$user->rights->propale->lire)
34    accessforbidden();    accessforbidden();
35    
36  require("../../propal.class.php");  include_once(DOL_DOCUMENT_ROOT."/propal.class.php");
37  /*  
38   * Sécurité accés client  // Sécurité accés client
  */  
39  if ($user->societe_id > 0)  if ($user->societe_id > 0)
40  {  {
41    $action = '';    $action = '';
42    $socidp = $user->societe_id;    $socidp = $user->societe_id;
43  }  }
44    
45    
46  /******************************************************************************/  /******************************************************************************/
47  /*                     Actions                                                */  /*                     Actions                                                */
48  /******************************************************************************/  /******************************************************************************/

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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