/[dolibarr]/dolibarr/scripts/prelevement.php
ViewVC logotype

Diff of /dolibarr/scripts/prelevement.php

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

revision 1.3 by eldy, Sat Mar 19 00:00:29 2005 UTC revision 1.4 by eldy, Sat Sep 10 15:56:12 2005 UTC
# Line 1  Line 1 
1  <?PHP  <?PHP
2  /* Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>  /* Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
3     * Copyright (C) 2005 Laurent Destailleur  <eldy@users.sourceforge.net>
4   *   *
5   * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
6   * it under the terms of the GNU General Public License as published by   * it under the terms of the GNU General Public License as published by
# Line 29  require_once (DOL_DOCUMENT_ROOT."/bon-pr Line 30  require_once (DOL_DOCUMENT_ROOT."/bon-pr
30  require_once (DOL_DOCUMENT_ROOT."/facture.class.php");  require_once (DOL_DOCUMENT_ROOT."/facture.class.php");
31  require_once (DOL_DOCUMENT_ROOT."/societe.class.php");  require_once (DOL_DOCUMENT_ROOT."/societe.class.php");
32  require_once (DOL_DOCUMENT_ROOT."/paiement.class.php");  require_once (DOL_DOCUMENT_ROOT."/paiement.class.php");
 require_once (DOL_DOCUMENT_ROOT."/lib/dolibarrmail.class.php");  
33    
34  $error = 0;  $error = 0;
35    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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