Skip to content
Snippets Groups Projects
Commit 14ed6749 authored by Josep Lluís's avatar Josep Lluís Committed by GitHub
Browse files

FIX html tag

Fix incorrect html tag not closed
parent ca80c588
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
print '<tr><td>';
print '<table width="100%" class="nobordernopadding"><tr><td>';
print $langs->trans('SalesRepresentatives');
print '<td><td align="right">';
print '</td><td align="right">';
if ($user->rights->societe->creer && $user->rights->societe->client->voir)
print '<a href="'.DOL_URL_ROOT.'/societe/commerciaux.php?socid='.$object->id.'">'.img_edit('',1).'</a>';
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment