Skip to content
Snippets Groups Projects
Commit f693c51b authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

GEstion de la remise exceptionnelle

parent 6854bdad
No related branches found
No related tags found
No related merge requests found
...@@ -235,10 +235,19 @@ if ($_socid > 0) ...@@ -235,10 +235,19 @@ if ($_socid > 0)
print "</td></tr>"; 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>".$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 img_edit("Modifier la remise");
print "</a>"; 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>"; print "</table>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment