szollosil hace 1 año
padre
commit
556143abee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      comm/action/card.php

+ 1 - 1
comm/action/card.php

@@ -2434,7 +2434,7 @@ if ($id > 0) {
 		if (!empty($object->fk_element) && !empty($object->elementtype) && !in_array($object->elementtype, array('societe', 'contact', 'project'))) {
 			include_once DOL_DOCUMENT_ROOT . '/core/lib/functions2.lib.php';
 			print '<tr><td>' . $langs->trans("LinkedObject") . '</td>';
-			//$link = ownDolGetElementUrl($object->fk_element, $object->elementtype, 1);
+			$link = ownDolGetElementUrl($object->fk_element, $object->elementtype, 1);
 			print '<td>';
 			if (empty($link)) {
 				print '<span class="opacitymedium">' . $langs->trans("ObjectDeleted") . '</span>';