[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: |
Tue, 20 Jun 2006 09:26:09 +0000 |
CVSROOT: /cvsroot/dolibarr
Module name: dolibarr
Changes by: Regis Houssin <hregis> 06/06/20 09:26:09
Modified files:
htdocs/commande: commande.class.php
Log message:
Fix: la tva n'était pas récupérée
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/commande/commande.class.php?cvsroot=dolibarr&r1=1.164&r2=1.165
Patches:
Index: commande.class.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/commande/commande.class.php,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -b -r1.164 -r1.165
--- commande.class.php 19 Jun 2006 20:37:54 -0000 1.164
+++ commande.class.php 20 Jun 2006 09:26:09 -0000 1.165
@@ -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.164 2006/06/19 20:37:54 eldy Exp $
+ * $Id: commande.class.php,v 1.165 2006/06/20 09:26:09 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.164 $
+ \version $Revision: 1.165 $
*/
require_once(DOL_DOCUMENT_ROOT ."/commonobject.class.php");
@@ -518,7 +518,7 @@
$ligne->desc=$desc;
$ligne->price=$price;
$ligne->qty=$qty;
- $ligne->txtva=$txtva;
+ $ligne->tva_tx=$txtva;
$ligne->fk_product=$fk_product;
$ligne->remise_percent=$remise_percent;
$ligne->subprice=$subprice;
- [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, 2006/06/08
- [Dolibarr-cvs] dolibarr/htdocs/commande commande.class.php, Regis Houssin, 2006/06/09
- [Dolibarr-cvs] dolibarr/htdocs/commande commande.class.php,
Regis Houssin <=
- [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