diff --git a/Theme/Backend/item-create.tpl.php b/Theme/Backend/item-create.tpl.php
index f428233..638dc4f 100644
--- a/Theme/Backend/item-create.tpl.php
+++ b/Theme/Backend/item-create.tpl.php
@@ -603,7 +603,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Date') ?>
|
- | = $footerView->render(); ?>
+ |
|
| = $this->printHtml($this->request->getOrigin()); ?>
diff --git a/Theme/Backend/purchase-item-list.tpl.php b/Theme/Backend/purchase-item-list.tpl.php
index 738a3c0..18fbed8 100644
--- a/Theme/Backend/purchase-item-list.tpl.php
+++ b/Theme/Backend/purchase-item-list.tpl.php
@@ -34,7 +34,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Ordered') ?>
|
- | = $footerView->render(); ?>
+ |
|
$value) : $count++; ?>
diff --git a/Theme/Backend/sales-item-list.tpl.php b/Theme/Backend/sales-item-list.tpl.php
index e31c0ea..3f4474b 100644
--- a/Theme/Backend/sales-item-list.tpl.php
+++ b/Theme/Backend/sales-item-list.tpl.php
@@ -36,7 +36,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Ordered') ?>
|
- | = $footerView->render(); ?>
+ |
|
$value) : $count++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/sales/item/single?{?}&id=' . $value->getId()); ?>
diff --git a/Theme/Backend/stock-list.tpl.php b/Theme/Backend/stock-list.tpl.php
index 554e7ef..2f4de24 100644
--- a/Theme/Backend/stock-list.tpl.php
+++ b/Theme/Backend/stock-list.tpl.php
@@ -35,7 +35,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Article') ?>
| = $this->getHtml('Quantity') ?>
|
- | = $footerView->render(); ?>
+ |
|
|
$value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/business/department/profile?{?}&id=' . $value->getId()); ?>