From d23653cf002d9f59503d34d402b1ed880f211e19 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 18 Aug 2004 10:02:09 +0000 Subject: [PATCH] Ajout icone de modif --- htdocs/comm/fiche.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index e3129b319ce..b06a6c253c3 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -229,7 +229,10 @@ if ($_socid > 0) print ""; print "".$langs->trans("Type")." $objsoc->typentEffectif$objsoc->effectif"; - print ''.$langs->trans("CustomerDiscount").''.$objsoc->remise_client." %"; + print ''; + print img_edit("Modifier la remise"); + print ""; + print $langs->trans("CustomerDiscount").''.$objsoc->remise_client." %"; print "";