2
0
forked from Wavyzz/dolibarr

FIX_add_customer_ref_on_linked_shipment (#26349)

Adding missing customer reference for shipment on linked object block
This commit is contained in:
Thibault Fiacre
2023-10-26 12:49:55 +02:00
committed by GitHub
parent a17447cd07
commit e79f7706ad

View File

@@ -47,7 +47,7 @@ foreach ($linkedObjectBlock as $key => $objectlink) {
<tr class="<?php echo $trclass; ?>">
<td><?php echo $langs->trans("Shipment"); ?></td>
<td><?php echo $objectlink->getNomUrl(1); ?></td>
<td></td>
<td><?php echo $objectlink->ref_customer; ?></td>
<td class="center"><?php echo dol_print_date($objectlink->date_delivery, 'day'); ?></td>
<td class="right"><?php
if ($user->rights->expedition->lire) {