/[dolibarr]/dolibarr/htdocs/fourn/commande/index.php
ViewVC logotype

Diff of /dolibarr/htdocs/fourn/commande/index.php

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

revision 1.7 by eldy, Sat Jun 11 11:34:38 2005 UTC revision 1.8 by eldy, Wed Sep 7 21:50:10 2005 UTC
# Line 29  Line 29 
29  */  */
30    
31  require("./pre.inc.php");  require("./pre.inc.php");
32  require_once DOL_DOCUMENT_ROOT."/contact.class.php";  require_once(DOL_DOCUMENT_ROOT."/contact.class.php");
33    
34  llxHeader('',"Commandes Fournisseurs");  llxHeader('',"Commandes Fournisseurs");
35    
36  /*  // Sécurité accés client
  * Sécurité accés client  
  */  
37  if ($user->societe_id > 0)  if ($user->societe_id > 0)
38  {  {
39    $action = '';    $action = '';

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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