diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php
index e12fbee..551b5be 100644
--- a/Theme/Backend/department-list.tpl.php
+++ b/Theme/Backend/department-list.tpl.php
@@ -43,10 +43,10 @@ echo $this->getData('nav')->render(); ?>
$value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/hr/department/single?{?}&id=' . $value->getId()); ?>
- | = $this->printHtml($value->getId()); ?>
- | = $this->printHtml($value->getName()); ?>
- |
- | = $this->printHtml($value->getParent()->getName()); ?>
+ | = $this->printHtml($value->getId()); ?>
+ | = $this->printHtml($value->getName()); ?>
+ |
+ | = $this->printHtml($value->getParent()->getName()); ?>
|
| = $this->getHtml('Empty', 0, 0); ?>
diff --git a/Theme/Backend/staff-list.tpl.php b/Theme/Backend/staff-list.tpl.php
index 6edf5ad..a66136c 100644
--- a/Theme/Backend/staff-list.tpl.php
+++ b/Theme/Backend/staff-list.tpl.php
@@ -35,6 +35,7 @@ echo $this->getData('nav')->render(); ?>
|
| = $this->getHtml('ID', 0, 0); ?>
| = $this->getHtml('Name') ?>
+ | = $this->getHtml('Unit') ?>
| = $this->getHtml('Position') ?>
| = $this->getHtml('Department') ?>
| = $this->getHtml('Status') ?>
@@ -44,11 +45,12 @@ echo $this->getData('nav')->render(); ?>
$value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/hr/staff/profile?{?}&id=' . $value->getId()); ?>
|
- | = $this->printHtml($value->getId()); ?>
- | = $this->printHtml($value->getAccount()->getName1()); ?>
- | = $this->printHtml($value->getUnit()->getName()); ?>
- | = $this->printHtml($value->getDepartment()->getName()); ?>
- | = $this->printHtml($value->getPosition()->getName()); ?>
+ | = $this->printHtml($value->getId()); ?>
+ | = $this->printHtml($value->getAccount()->getName1()); ?>
+ | = $this->printHtml($value->getUnit()->getName()); ?>
+ | = $this->printHtml($value->getDepartment()->getName()); ?>
+ | = $this->printHtml($value->getPosition()->getName()); ?>
+ | = $this->printHtml($value->getPosition()->getName()); ?>
|
| = $this->getHtml('Empty', 0, 0); ?>
|