From e885a2c233fe131363965efd13c2190a9f6bce17 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 12 Feb 2006 11:09:56 +0000 Subject: [PATCH] modification de la description produit --- htdocs/compta/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index c2bf8b74376..7163e1e779f 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -942,7 +942,7 @@ if ($_GET['action'] == 'create') print $objp->product?' - '.$objp->product:''; print "\n"; print ''; - print nl2br(dolibarr_trunc($objp->description,60)); + print stripslashes(nl2br(dolibarr_trunc($objp->description,60))); print ''; print ''.$objp->tva_tx.'%'; print ''.price($objp->subprice).'';