From f693c51b1e3d81437497fe168a88cbc4eb41e197 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 9 Nov 2004 15:17:35 +0000 Subject: [PATCH] GEstion de la remise exceptionnelle --- htdocs/comm/fiche.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index de0d8146ae0..f62dbed2ff4 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -235,10 +235,19 @@ if ($_socid > 0) print ""; print "".$langs->trans("Type")." $objsoc->typentEffectif$objsoc->effectif"; - print ''; + print ''; + print $langs->trans("CustomerDiscount").''.$objsoc->remise_client." %"; + print ''; print img_edit("Modifier la remise"); print ""; - print $langs->trans("CustomerDiscount").''.$objsoc->remise_client." %"; + print ''; + + print 'Remise exceptionnelles'; + print ''; + print ''; + print img_edit("Modifier la remise"); + print ""; + print ''; print "";