From 492ad9d704850767c868034df0c85209632f9fd6 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 9 Jan 2006 17:21:17 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20cr=E9ait=20des=20"unexpected=20T=5FVARIA?= =?UTF-8?q?BLE"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/facture.class.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/htdocs/facture.class.php b/htdocs/facture.class.php index 12654faeb57..aa751e85725 100644 --- a/htdocs/facture.class.php +++ b/htdocs/facture.class.php @@ -2056,17 +2056,17 @@ class Facture class FactureLigne { // From llx_facturedet - var $desc = $objp->description; - var $qty = $objp->qty; - var $price = $objp->price; // Prix HT apres remise % - var $price_ttc = $objp->price_ttc; - var $subprice = $objp->subprice; // Prix unitaire HT - var $tva_taux = $objp->tva_taux; - var $remise = $objp->remise; - var $remise_percent = $objp->remise_percent; - var $produit_id = $objp->fk_product; - var $date_start = $objp->date_start; - var $date_end = $objp->date_end; + var $desc; + var $qty; + var $price; // Prix HT apres remise % + var $price_ttc; + var $subprice; // Prix unitaire HT + var $tva_taux; + var $remise; + var $remise_percent; + var $produit_id; + var $date_start; + var $date_end; /**