mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix hardcoded link. Fix from #23463
This commit is contained in:
parent
cd5850759d
commit
e4c5fee8df
|
|
@ -46,7 +46,7 @@ foreach ($linkedObjectBlock as $key => $objectlink) {
|
|||
?>
|
||||
<tr class="<?php echo $trclass; ?>">
|
||||
<td><?php echo $langs->trans("SupplierOrder"); ?></td>
|
||||
<td><a href="<?php echo DOL_URL_ROOT.'/fourn/commande/card.php?id='.$objectlink->id ?>"><?php echo img_object($langs->trans("ShowOrder"), "order").' '.$objectlink->ref; ?></a></td>
|
||||
<td><?php print $objectlink->getNomUrl(1); ?></td>
|
||||
<td class="left"><?php echo $objectlink->ref_supplier; ?></td>
|
||||
<td class="center"><?php echo dol_print_date($objectlink->date, 'day'); ?></td>
|
||||
<td class="right"><?php
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user