[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Dolibarr-cvs] dolibarr/htdocs/commande commande.class.php fac...
From: |
Regis Houssin |
Subject: |
[Dolibarr-cvs] dolibarr/htdocs/commande commande.class.php fac... |
Date: |
Mon, 19 Jun 2006 16:59:30 +0000 |
CVSROOT: /cvsroot/dolibarr
Module name: dolibarr
Changes by: Regis Houssin <hregis> 06/06/19 16:59:29
Modified files:
htdocs/commande: commande.class.php
htdocs : facture.class.php
Log message:
ajout de la fonction fetch_contact pour récupérer le détail d'un
contact propal, commande,
facture...
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/commande/commande.class.php?cvsroot=dolibarr&r1=1.162&r2=1.163
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/facture.class.php?cvsroot=dolibarr&r1=1.197&r2=1.198
Patches:
Index: facture.class.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/facture.class.php,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -b -r1.197 -r1.198
--- facture.class.php 18 Jun 2006 15:09:19 -0000 1.197
+++ facture.class.php 19 Jun 2006 16:59:29 -0000 1.198
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: facture.class.php,v 1.197 2006/06/18 15:09:19 hregis Exp $
+ * $Id: facture.class.php,v 1.198 2006/06/19 16:59:29 hregis Exp $
* $Source: /cvsroot/dolibarr/dolibarr/htdocs/facture.class.php,v $
*/
@@ -28,7 +28,7 @@
\file htdocs/facture.class.php
\ingroup facture
\brief Fichier de la classe des factures clients
- \version $Revision: 1.197 $
+ \version $Revision: 1.198 $
*/
require_once(DOL_DOCUMENT_ROOT ."/commonobject.class.php");
@@ -476,19 +476,6 @@
$this->client = $client;
}
- /**
- *
- *
- */
-
- function fetch_contact_facture($id)
- {
- $idcontact = $id;
- $contact = new Contact($this->db);
- $contact->fetch($idcontact);
- $this->contact = $contact;
- }
-
/**
* \brief Classe la facture dans un projet
- [Dolibarr-cvs] dolibarr/htdocs/commande commande.class.php fac...,
Regis Houssin <=