Fix: br at wrong place (a different fix that should be ok in all cases)

This commit is contained in:
Laurent Destailleur
2012-09-08 00:58:14 +02:00
parent 1280499110
commit 7c27cfa88e

View File

@@ -60,6 +60,8 @@
</span>
<span id="price_base_type" class="hideobject"></span>
<br>
<?php } else if ($line->fk_product > 0) { ?>
<a href="<?php echo DOL_URL_ROOT.'/product/fiche.php?id='.$line->fk_product; ?>">
@@ -73,10 +75,10 @@
echo ' - '.nl2br($line->product_label);
?>
<?php } ?>
<br>
<?php } ?>
<?php
if (is_object($hookmanager))
{