[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Dolibarr-cvs] dolibarr/htdocs propal.class.php
From: |
Regis Houssin |
Subject: |
[Dolibarr-cvs] dolibarr/htdocs propal.class.php |
Date: |
Tue, 13 Jun 2006 14:53:37 +0000 |
CVSROOT: /cvsroot/dolibarr
Module name: dolibarr
Changes by: Regis Houssin <hregis> 06/06/13 14:53:37
Modified files:
htdocs : propal.class.php
Log message:
bugfix
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/propal.class.php?cvsroot=dolibarr&r1=1.142&r2=1.143
Patches:
Index: propal.class.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/propal.class.php,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -b -r1.142 -r1.143
--- propal.class.php 13 Jun 2006 14:48:30 -0000 1.142
+++ propal.class.php 13 Jun 2006 14:53:36 -0000 1.143
@@ -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: propal.class.php,v 1.142 2006/06/13 14:48:30 hregis Exp $
+ * $Id: propal.class.php,v 1.143 2006/06/13 14:53:36 hregis Exp $
* $Source: /cvsroot/dolibarr/dolibarr/htdocs/propal.class.php,v $
*/
@@ -30,7 +30,7 @@
\author Rodolphe Qiedeville
\author Eric Seigne
\author Laurent Destailleur
- \version $Revision: 1.142 $
+ \version $Revision: 1.143 $
*/
require_once(DOL_DOCUMENT_ROOT ."/product.class.php");
@@ -708,7 +708,7 @@
$sql.= "'".addslashes($this->note_public)."',";
$sql.= "'$this->modelpdf',".$this->db->idate($this->fin_validite).",";
$sql.= " $this->cond_reglement_id, $this->mode_reglement_id,";
- $sql.= "
".$this->db->idate($this->date_livraison).",".addslashes($this->ref_client).")";
+ $sql.= "
".$this->db->idate($this->date_livraison).",'".addslashes($this->ref_client)."')";
$resql=$this->db->query($sql);
if ($resql)