From a1792e9a2ac1fa4de894a599546de111a4cc8a3c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 19 May 2019 19:08:35 +0200 Subject: [PATCH] Fix increment to pre-increment --- Theme/Backend/production-list.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/production-list.tpl.php b/Theme/Backend/production-list.tpl.php index 085411e..7c8d683 100644 --- a/Theme/Backend/production-list.tpl.php +++ b/Theme/Backend/production-list.tpl.php @@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?> - $value) : $c++; + $value) : ++$c; $url = \phpOMS\Uri\UriFactory::build('{/prefix}business/department/profile?{?}&id=' . $value->getId()); ?> printHtml($value->getId()); ?>