Skip to content
Snippets Groups Projects
Commit 54ff2328 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Bad html tag

parent 4e31dc86
No related branches found
No related tags found
No related merge requests found
......@@ -933,7 +933,7 @@ else
print '<a href="'.DOL_URL_ROOT.'/product/fiche.php?id='.$objp->fk_product.'">';
print img_object($langs->trans("ShowService"),"service").' '.$objp->ref.'</a>';
print $objp->label?' - '.$objp->label:'';
print '</br>';
print '<br>';
}
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