mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
Fix: br at wrong place (a different fix that should be ok in all cases)
This commit is contained in:
@@ -60,6 +60,8 @@
|
|||||||
</span>
|
</span>
|
||||||
<span id="price_base_type" class="hideobject"></span>
|
<span id="price_base_type" class="hideobject"></span>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
<?php } else if ($line->fk_product > 0) { ?>
|
<?php } else if ($line->fk_product > 0) { ?>
|
||||||
|
|
||||||
<a href="<?php echo DOL_URL_ROOT.'/product/fiche.php?id='.$line->fk_product; ?>">
|
<a href="<?php echo DOL_URL_ROOT.'/product/fiche.php?id='.$line->fk_product; ?>">
|
||||||
@@ -73,9 +75,9 @@
|
|||||||
echo ' - '.nl2br($line->product_label);
|
echo ' - '.nl2br($line->product_label);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php } ?>
|
<br>
|
||||||
|
|
||||||
<br>
|
<?php } ?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if (is_object($hookmanager))
|
if (is_object($hookmanager))
|
||||||
|
|||||||
Reference in New Issue
Block a user