diff --git a/Theme/Backend/invoice-create.tpl.php b/Theme/Backend/invoice-create.tpl.php index ba8cc2a..99ff89c 100644 --- a/Theme/Backend/invoice-create.tpl.php +++ b/Theme/Backend/invoice-create.tpl.php @@ -63,7 +63,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -200,7 +200,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -246,7 +246,7 @@ echo $this->getData('nav')->render(); ?> IP - getHtml('ID', 0, 0); ?> + getHtml('ID', '0', '0'); ?> getHtml('Name') ?> getHtml('Log') ?> 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(); ?> getHtml('Invoices'); ?> - getHtml('ID', 0, 0); ?> + getHtml('ID', '0', '0'); ?> getHtml('Type') ?> getHtml('ClientID') ?> getHtml('Client') ?> @@ -40,7 +40,7 @@ echo $this->getData('nav')->render(); ?> $value) : ++$count; ?> - getHtml('Empty', 0, 0); ?> + 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(); ?> getHtml('Invoices'); ?> - getHtml('ID', 0, 0); ?> + getHtml('ID', '0', '0'); ?> getHtml('Type') ?> getHtml('SupplierID') ?> getHtml('Supplier') ?> @@ -40,7 +40,7 @@ echo $this->getData('nav')->render(); ?> $value) : ++$count; ?> - getHtml('Empty', 0, 0); ?> + getHtml('Empty', '0', '0'); ?>