[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: |
Tue, 20 Jun 2006 12:25:20 +0000 |
CVSROOT: /cvsroot/dolibarr
Module name: dolibarr
Changes by: Regis Houssin <hregis> 06/06/20 12:25:20
Modified files:
htdocs/commande: commande.class.php
htdocs : facture.class.php propal.class.php
Log message:
bugfix
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/commande/commande.class.php?cvsroot=dolibarr&r1=1.165&r2=1.166
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/facture.class.php?cvsroot=dolibarr&r1=1.200&r2=1.201
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/propal.class.php?cvsroot=dolibarr&r1=1.153&r2=1.154
Patches:
Index: facture.class.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/facture.class.php,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -b -r1.200 -r1.201
--- facture.class.php 20 Jun 2006 09:56:54 -0000 1.200
+++ facture.class.php 20 Jun 2006 12:25:20 -0000 1.201
@@ -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.200 2006/06/20 09:56:54 hregis Exp $
+ * $Id: facture.class.php,v 1.201 2006/06/20 12:25:20 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.200 $
+ \version $Revision: 1.201 $
*/
require_once(DOL_DOCUMENT_ROOT ."/commonobject.class.php");
@@ -55,6 +55,7 @@
var $author;
var $date;
var $ref;
+ var $ref_client;
var $amount;
var $remise;
var $tva;
Index: propal.class.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/propal.class.php,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -b -r1.153 -r1.154
--- propal.class.php 20 Jun 2006 09:32:11 -0000 1.153
+++ propal.class.php 20 Jun 2006 12:25:20 -0000 1.154
@@ -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.153 2006/06/20 09:32:11 hregis Exp $
+ * $Id: propal.class.php,v 1.154 2006/06/20 12:25:20 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.153 $
+ \version $Revision: 1.154 $
*/
require_once(DOL_DOCUMENT_ROOT ."/commonobject.class.php");