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

Merge pull request #4057 from marcosgdf/bug-3734

FIX #3734 Do not show empty links of deleted source objects in stock movement list
parents c77eaeaa 9f27e232
No related branches found
No related tags found
No related merge requests found
......@@ -508,7 +508,10 @@ class MouvementStock
break;
}
$origin->fetch($fk_origin);
if ($origin->fetch($fk_origin) > 0) {
return $origin->getNomUrl(1);
}
return '';
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment