= $this->Paginator->sort('id', 'N°') ?> | = $this->Paginator->sort('suivi_id', 'Suivi') ?> | = $this->Paginator->sort('Materiel n°') ?> |
---|---|---|
Html->link('Fiche metrologique '.$this->Number->format($fichemetrologique->id), ['action' => 'view', $fichemetrologique->id])?> | = $this->Html->link($fichemetrologique->suivi->commentaire, ['controller' => 'Fichemetrologiques', 'action' => 'view', $fichemetrologique->suivi_id]) ?> | = $this->Html->link($fichemetrologique->suivi->materiel_id, ['controller' => 'Materiels', 'action' => 'view', $fichemetrologique->suivi->materiel_id]) ?> |