diff --git a/src/Template/Materiels/index.ctp b/src/Template/Materiels/index.ctp index f3747c2..d887710 100755 --- a/src/Template/Materiels/index.ctp +++ b/src/Template/Materiels/index.ctp @@ -18,7 +18,7 @@ - has('designation') ? $this->Html->link($materiel->designation, ['controller' => 'Organismes', 'action' => 'view', $materiel->id]) : '' ?> + has('designation') ? $this->Html->link($materiel->designation, ['controller' => 'Materiels', 'action' => 'view', $materiel->id]) : '' ?> numero_laboratoire) ?> has('category') ? h($materiel->category->nom) : '' ?> has('organisme') ? h($materiel->organisme->nom) : '' ?> -- libgit2 0.21.2