/[dolibarr]/dolibarr/htdocs/projet/facture.php
ViewVC logotype

Diff of /dolibarr/htdocs/projet/facture.php

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

revision 1.14 by eldy, Sat Aug 13 21:23:02 2005 UTC revision 1.15 by eldy, Thu Aug 25 20:27:18 2005 UTC
# Line 29  Line 29 
29  */  */
30    
31  require("./pre.inc.php");  require("./pre.inc.php");
32  require_once("../propal.class.php");  require_once(DOL_DOCUMENT_ROOT."/propal.class.php");
33  require_once("../facture.class.php");  require_once(DOL_DOCUMENT_ROOT."/facture.class.php");
34  require_once(DOL_DOCUMENT_ROOT."/commande/commande.class.php");  require_once(DOL_DOCUMENT_ROOT."/commande/commande.class.php");
35    
36  $langs->load("projects");  $langs->load("projects");

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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