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

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

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

revision 1.1 by eldy, Thu Aug 11 22:39:35 2005 UTC revision 1.2 by eldy, Tue Sep 6 16:44:17 2005 UTC
# Line 31  require("./pre.inc.php"); Line 31  require("./pre.inc.php");
31  require_once (DOL_DOCUMENT_ROOT."/commande/commande.class.php");  require_once (DOL_DOCUMENT_ROOT."/commande/commande.class.php");
32    
33  $langs->load("orders");  $langs->load("orders");
34    $langs->load("sendings");
 llxHeader();  
35    
36    
37  /*  /*
# Line 40  llxHeader(); Line 39  llxHeader();
39   *   *
40   */   */
41    
42    llxHeader();
43    
44  $commande = new Commande($db);  $commande = new Commande($db);
45  $commande->fetch($_GET["id"]);  $commande->fetch($_GET["id"]);
46  $commande->info($_GET["id"]);  $commande->info($_GET["id"]);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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