From ce165a67fdfba5649a6a7a5585ccc250f64c5375 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 8 Feb 2010 12:48:32 +0000 Subject: [PATCH] Look: No wrap --- htdocs/compta/facture.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 5fec8a9b2c4..8b1bf14f808 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1,7 +1,7 @@ * Copyright (C) 2004 Eric Seigne - * Copyright (C) 2004-2009 Laurent Destailleur + * Copyright (C) 2004-2010 Laurent Destailleur * Copyright (C) 2005 Marc Barilley / Ocebo * Copyright (C) 2005-2010 Regis Houssin * Copyright (C) 2006 Andre Cianfarani @@ -2792,8 +2792,9 @@ else /* - * Lines + * Inoice lines */ + $sql = 'SELECT l.fk_product, l.product_type, l.description, l.qty, l.rowid, l.tva_tx,'; $sql.= ' l.fk_remise_except,'; $sql.= ' l.remise_percent, l.subprice, l.info_bits,'; @@ -2936,7 +2937,7 @@ else } // Montant total HT - print ''.price($objp->total_ht)."\n"; + print ''.price($objp->total_ht)."\n"; // Icone d'edition et suppression if ($fac->statut == 0 && $user->rights->facture->creer)