diff --git a/Theme/Backend/production-list.tpl.php b/Theme/Backend/production-list.tpl.php
index bf369d7..978c940 100644
--- a/Theme/Backend/production-list.tpl.php
+++ b/Theme/Backend/production-list.tpl.php
@@ -43,7 +43,7 @@ echo $this->getData('nav')->render(); ?>
| = $footerView->render(); ?>
|
$value) : $c++;
- $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/business/department/profile?{?}id=' . $value->getId()); ?>
+ $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/business/department/profile?{?}&id=' . $value->getId()); ?>
| = $value->getId(); ?>
| = $value->getName(); ?>
diff --git a/Theme/backend/production-list.tpl.php b/Theme/backend/production-list.tpl.php
index bf369d7..978c940 100644
--- a/Theme/backend/production-list.tpl.php
+++ b/Theme/backend/production-list.tpl.php
@@ -43,7 +43,7 @@ echo $this->getData('nav')->render(); ?>
|
| = $footerView->render(); ?>
|
$value) : $c++;
- $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/business/department/profile?{?}id=' . $value->getId()); ?>
+ $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/business/department/profile?{?}&id=' . $value->getId()); ?>
| = $value->getId(); ?>
| = $value->getName(); ?>
|