Ver código fonte

NEW Supplier order - Show ref supplier of reception in linked object block

Alexandre SPANGARO 3 anos atrás
pai
commit
5f6c5ccf92
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      htdocs/reception/tpl/linkedobjectblock.tpl.php

+ 1 - 1
htdocs/reception/tpl/linkedobjectblock.tpl.php

@@ -56,7 +56,7 @@ foreach ($linkedObjectBlock as $key => $objectlink) {
 		} ?>
 		</td>
 		<td class="linkedcol-name nowraponall" ><?php echo $objectlink->getNomUrl(1); ?></td>
-		<td class="linkedcol-ref"></td>
+		<td class="linkedcol-ref"><?php echo $objectlink->ref_supplier; ?></td>
 		<td class="linkedcol-date"><?php echo dol_print_date($objectlink->date_delivery, 'day'); ?></td>
 		<td class="linkedcol-amount right"><?php
 		if ($user->rights->reception->lire) {