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

Fix missing td

parent d14f3d7e
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ foreach($linkedObjectBlock as $key => $objectlink)
<tr <?php echo $GLOBALS['bc'][$var]; ?> >
<td><?php echo $langs->trans("Shipment"); ?></td>
<td><?php echo $objectlink->getNomUrl(1); ?></td>
<td></td>
<td align="center"><?php echo dol_print_date($objectlink->date_delivery,'day'); ?></td>
<td align="right"><?php
/*if ($user->rights->expedition->lire) {
......
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