Fix: Bad html tag

This commit is contained in:
Laurent Destailleur 2010-10-16 12:32:27 +00:00
parent 4e31dc8608
commit 54ff2328be

View File

@ -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
{