Loading module/Application/src/View/Helper/StructureViewHelper.php +3 −4 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ class StructureViewHelper extends AbstractViewHelper use StructureAwareTrait; /** * * @param Structure $structure Loading Loading @@ -57,7 +56,7 @@ class StructureViewHelper extends AbstractViewHelper } $vars = [ "Libellé long :" => $entity->getLibelleLong(), "Libellé long" => $entity->getLibelleLong(), "Libellé court" => $entity->getLibelleCourt(), "N° {$entity->getSource()->getLibelle()}" => $entity->getCode(), ]; Loading Loading
module/Application/src/View/Helper/StructureViewHelper.php +3 −4 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ class StructureViewHelper extends AbstractViewHelper use StructureAwareTrait; /** * * @param Structure $structure Loading Loading @@ -57,7 +56,7 @@ class StructureViewHelper extends AbstractViewHelper } $vars = [ "Libellé long :" => $entity->getLibelleLong(), "Libellé long" => $entity->getLibelleLong(), "Libellé court" => $entity->getLibelleCourt(), "N° {$entity->getSource()->getLibelle()}" => $entity->getCode(), ]; Loading