diff --git a/Theme/Backend/production-list.tpl.php b/Theme/Backend/production-list.tpl.php index 9c8f21a..bfeca31 100644 --- a/Theme/Backend/production-list.tpl.php +++ b/Theme/Backend/production-list.tpl.php @@ -45,10 +45,10 @@ echo $this->getData('nav')->render(); ?> $value) : $c++; $url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/business/department/profile?{?}&id=' . $value->getId()); ?> - getId(), ENT_COMPAT, 'utf-8'); ?> - getName(), ENT_COMPAT, 'utf-8'); ?> - getParent(), ENT_COMPAT, 'utf-8'); ?> - getUnit(), ENT_COMPAT, 'utf-8'); ?> + printHtml($value->getId()); ?> + printHtml($value->getName()); ?> + printHtml($value->getParent()); ?> + printHtml($value->getUnit()); ?>