From f693c51b1e3d81437497fe168a88cbc4eb41e197 Mon Sep 17 00:00:00 2001
From: Rodolphe Quiedeville <rodolphe@quiedeville.org>
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 "</td></tr>";
 
     print "<tr><td>".$langs->trans("Type")."</td><td> $objsoc->typent</td><td>Effectif</td><td>$objsoc->effectif</td></tr>";
-    print '<tr><td colspan="2"><a href="remise.php?id='.$objsoc->id.'">';
+    print '<tr><td>';
+    print $langs->trans("CustomerDiscount").'</td><td>'.$objsoc->remise_client."&nbsp;%</td>";
+    print '<td colspan="2"><a href="remise.php?id='.$objsoc->id.'">';
     print img_edit("Modifier la remise");
     print "</a>";
-    print $langs->trans("CustomerDiscount").'</td><td colspan="2">'.$objsoc->remise_client."&nbsp;%</td></tr>";
+    print '</td>';
+
+    print '<tr><td colspan="2">Remise exceptionnelles';
+    print '</td>';
+    print '<td colspan="2"><a href="remx.php?id='.$objsoc->id.'">';
+    print img_edit("Modifier la remise");
+    print "</a>";
+    print '</td></tr>';
 
     print "</table>";
 
-- 
GitLab