Commit 7f7c022133e2b1cfb545cd96e449b52899d3e44d
1 parent
8f152ec5
Exists in
master
and in
1 other branch
bugfix fournisseur sur vue détaillée matériel
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/Template/Materiels/view.ctp
@@ -669,7 +669,7 @@ $CAN_PRINT_LABEL = $IS_VALIDATED && $configuration->hasPrinter && $USER_IS_ADMIN | @@ -669,7 +669,7 @@ $CAN_PRINT_LABEL = $IS_VALIDATED && $configuration->hasPrinter && $USER_IS_ADMIN | ||
669 | 669 | ||
670 | // Fournisseur (lien) | 670 | // Fournisseur (lien) |
671 | //$displayElement(__('Fournisseur'), $entity->has('fournisseur') ? $entity->fournisseur->nom : ''); | 671 | //$displayElement(__('Fournisseur'), $entity->has('fournisseur') ? $entity->fournisseur->nom : ''); |
672 | - $displayElement(__('Fournisseur'), | 672 | + if ($entity->fournisseur_id) $displayElement(__('Fournisseur'), |
673 | $this->Html->link( | 673 | $this->Html->link( |
674 | h($entity->fournisseur->nom), | 674 | h($entity->fournisseur->nom), |
675 | ['controller'=>'Fournisseurs', 'action'=>'view', $entity->fournisseur->id] | 675 | ['controller'=>'Fournisseurs', 'action'=>'view', $entity->fournisseur->id] |