Update linkedobjectblock.tpl.php
This commit is contained in:
parent
5f6c5ccf92
commit
26f7a50838
@ -56,7 +56,7 @@ foreach ($linkedObjectBlock as $key => $objectlink) {
|
|||||||
} ?>
|
} ?>
|
||||||
</td>
|
</td>
|
||||||
<td class="linkedcol-name nowraponall" ><?php echo $objectlink->getNomUrl(1); ?></td>
|
<td class="linkedcol-name nowraponall" ><?php echo $objectlink->getNomUrl(1); ?></td>
|
||||||
<td class="linkedcol-ref"><?php echo $objectlink->ref_supplier; ?></td>
|
<td class="linkedcol-ref tdoverflowmax100" title="<?php echo dol_escape_htmltag($objectlink->ref_supplier); ?>"><?php echo dol_escape_htmltag($objectlink->ref_supplier); ?></td>
|
||||||
<td class="linkedcol-date"><?php echo dol_print_date($objectlink->date_delivery, 'day'); ?></td>
|
<td class="linkedcol-date"><?php echo dol_print_date($objectlink->date_delivery, 'day'); ?></td>
|
||||||
<td class="linkedcol-amount right"><?php
|
<td class="linkedcol-amount right"><?php
|
||||||
if ($user->rights->reception->lire) {
|
if ($user->rights->reception->lire) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user