/[dolibarr]/dolibarr/htdocs/compta/propal.php
ViewVC logotype

Diff of /dolibarr/htdocs/compta/propal.php

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

revision 1.55 by eldy, Tue Aug 23 19:35:45 2005 UTC revision 1.56 by eldy, Thu Aug 25 20:27:17 2005 UTC
# Line 36  if (!$user->rights->propale->lire) Line 36  if (!$user->rights->propale->lire)
36    
37  if ($conf->projet->enabled)   require_once(DOL_DOCUMENT_ROOT.'/project.class.php');  if ($conf->projet->enabled)   require_once(DOL_DOCUMENT_ROOT.'/project.class.php');
38  if ($conf->commande->enabled) require_once(DOL_DOCUMENT_ROOT.'/commande/commande.class.php');  if ($conf->commande->enabled) require_once(DOL_DOCUMENT_ROOT.'/commande/commande.class.php');
39    require_once(DOL_DOCUMENT_ROOT."/propal.class.php");
40  require_once(DOL_DOCUMENT_ROOT."/lib/CMailFile.class.php");  require_once(DOL_DOCUMENT_ROOT."/lib/CMailFile.class.php");
 require_once("../propal.class.php");  
 //require_once("../actioncomm.class.php");  
41    
42  // Sécurité accés client  // Sécurité accés client
43  if ($user->societe_id > 0)  if ($user->societe_id > 0)

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

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