[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Dolibarr-cvs] dolibarr/htdocs/commande commande.class.php
From: |
Regis Houssin |
Subject: |
[Dolibarr-cvs] dolibarr/htdocs/commande commande.class.php |
Date: |
Thu, 08 Jun 2006 15:53:39 +0000 |
CVSROOT: /cvsroot/dolibarr
Module name: dolibarr
Changes by: Regis Houssin <hregis> 06/06/08 15:53:39
Modified files:
htdocs/commande: commande.class.php
Log message:
récupération de l'id du contact
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/commande/commande.class.php?cvsroot=dolibarr&r1=1.149&r2=1.150
Patches:
Index: commande.class.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/commande/commande.class.php,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -b -r1.149 -r1.150
--- commande.class.php 8 Jun 2006 14:52:18 -0000 1.149
+++ commande.class.php 8 Jun 2006 15:53:39 -0000 1.150
@@ -18,7 +18,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: commande.class.php,v 1.149 2006/06/08 14:52:18 hregis Exp $
+ * $Id: commande.class.php,v 1.150 2006/06/08 15:53:39 hregis Exp $
* $Source: /cvsroot/dolibarr/dolibarr/htdocs/commande/commande.class.php,v $
*/
@@ -26,7 +26,7 @@
\file htdocs/commande/commande.class.php
\ingroup commande
\brief Fichier des classes de commandes
- \version $Revision: 1.149 $
+ \version $Revision: 1.150 $
*/
require_once(DOL_DOCUMENT_ROOT."/product.class.php");
@@ -117,6 +117,7 @@
$this->mode_reglement_id = $propal->mode_reglement_id;
$this->date_livraison = $propal->date_livraison;
$this->adresse_livraison_id = $propal->adresse_livraison_id;
+ $this->contact_id = $propal->contactid;
/* Définit la société comme un client */
$soc = new Societe($this->db);
- [Dolibarr-cvs] dolibarr/htdocs/commande commande.class.php, Regis Houssin, 2006/06/01
- [Dolibarr-cvs] dolibarr/htdocs/commande commande.class.php, Regis Houssin, 2006/06/01
- [Dolibarr-cvs] dolibarr/htdocs/commande commande.class.php, Regis Houssin, 2006/06/08
- [Dolibarr-cvs] dolibarr/htdocs/commande commande.class.php,
Regis Houssin <=
- [Dolibarr-cvs] dolibarr/htdocs/commande commande.class.php, Regis Houssin, 2006/06/09
- [Dolibarr-cvs] dolibarr/htdocs/commande commande.class.php, Regis Houssin, 2006/06/20
- [Dolibarr-cvs] dolibarr/htdocs/commande commande.class.php, Regis Houssin, 2006/06/20
- [Dolibarr-cvs] dolibarr/htdocs/commande commande.class.php, Regis Houssin, 2006/06/20
- [Dolibarr-cvs] dolibarr/htdocs/commande commande.class.php, Regis Houssin, 2006/06/20
- [Dolibarr-cvs] dolibarr/htdocs/commande commande.class.php, Regis Houssin, 2006/06/22
- [Dolibarr-cvs] dolibarr/htdocs/commande commande.class.php, Regis Houssin, 2006/06/22
- [Dolibarr-cvs] dolibarr/htdocs/commande commande.class.php, Regis Houssin, 2006/06/26
- [Dolibarr-cvs] dolibarr/htdocs/commande commande.class.php, Regis Houssin, 2006/06/27
- [Dolibarr-cvs] dolibarr/htdocs/commande commande.class.php, Regis Houssin, 2006/06/30