| IP
- | = $this->getHtml('ID', 0, 0); ?>
+ | = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Name') ?>
| = $this->getHtml('Log') ?>
| = $this->getHtml('Date') ?>
diff --git a/Theme/Backend/invoice-list.tpl.php b/Theme/Backend/invoice-list.tpl.php
index 69f3ae5..b2f32e0 100644
--- a/Theme/Backend/invoice-list.tpl.php
+++ b/Theme/Backend/invoice-list.tpl.php
@@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Invoices'); ?>
- | = $this->getHtml('ID', 0, 0); ?>
+ | = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Type') ?>
| = $this->getHtml('ClientID') ?>
| = $this->getHtml('Client') ?>
@@ -40,7 +40,7 @@ echo $this->getData('nav')->render(); ?>
$value) : ++$count; ?>
- | | = $this->getHtml('Empty', 0, 0); ?>
+ | = $this->getHtml('Empty', '0', '0'); ?>
diff --git a/Theme/Backend/purchase-invoice-list.tpl.php b/Theme/Backend/purchase-invoice-list.tpl.php
index 2fbe041..d0c6ebe 100644
--- a/Theme/Backend/purchase-invoice-list.tpl.php
+++ b/Theme/Backend/purchase-invoice-list.tpl.php
@@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Invoices'); ?>
- | = $this->getHtml('ID', 0, 0); ?>
+ | = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Type') ?>
| = $this->getHtml('SupplierID') ?>
| = $this->getHtml('Supplier') ?>
@@ -40,7 +40,7 @@ echo $this->getData('nav')->render(); ?>
$value) : ++$count; ?>
- | | = $this->getHtml('Empty', 0, 0); ?>
+ | | = $this->getHtml('Empty', '0', '0'); ?>
| | |