/[dolibarr]/dolibarr/htdocs/expedition/commande.php
ViewVC logotype

Diff of /dolibarr/htdocs/expedition/commande.php

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

revision 1.21 by eldy, Tue Aug 23 19:31:25 2005 UTC revision 1.22 by eldy, Thu Aug 25 20:27:18 2005 UTC
# Line 34  if (!$user->rights->commande->lire) Line 34  if (!$user->rights->commande->lire)
34  accessforbidden();  accessforbidden();
35    
36  require_once(DOL_DOCUMENT_ROOT."/project.class.php");  require_once(DOL_DOCUMENT_ROOT."/project.class.php");
37  require("../propal.class.php");  require_once(DOL_DOCUMENT_ROOT."/propal.class.php");
38  require("../product/stock/entrepot.class.php");  require_once(DOL_DOCUMENT_ROOT."/product/stock/entrepot.class.php");
39    
40  // Sécurité accés client  // Sécurité accés client
41  if ($user->societe_id > 0)  if ($user->societe_id > 0)

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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