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

Ajout bouton création de commerciaux

parent baaa0773
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,25 @@ if ($_GET["id"])
print '</td></tr>';
print '</table>';
print '</table></div>';
/* ************************************************************************** */
/* */
/* Barre d'action */
/* */
/* ************************************************************************** */
print "\n<div class=\"tabsAction\">\n";
if ($_GET["action"] == '')
{
print "<a class=\"tabAction\" href=\"fiche.php?action=create_commercial&amp;distri=".$distri->id."\">".$langs->trans("Nouveau commercial")."</a>";
}
print "</div><br>";
$db->close();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment