From 9110495137ad0e96fd5d04abc6d8e0e04c33dc50 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 11 Feb 2019 17:24:35 +0100 Subject: [PATCH] Fix relative path --- Theme/Backend/invoice-list.tpl.php | 2 +- Theme/Backend/purchase-invoice-list.tpl.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/invoice-list.tpl.php b/Theme/Backend/invoice-list.tpl.php index 88fc0b1..837209e 100644 --- a/Theme/Backend/invoice-list.tpl.php +++ b/Theme/Backend/invoice-list.tpl.php @@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?> - $value) : $count++; ?> + $value) : ++$count; ?> getHtml('Empty', 0, 0); ?> diff --git a/Theme/Backend/purchase-invoice-list.tpl.php b/Theme/Backend/purchase-invoice-list.tpl.php index 1018831..7aded6a 100644 --- a/Theme/Backend/purchase-invoice-list.tpl.php +++ b/Theme/Backend/purchase-invoice-list.tpl.php @@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?> - $value) : $count++; ?> + $value) : ++$count; ?> getHtml('Empty', 0, 0); ?>