From cb20e6a09c231370f0f86f08d0a155ff0abe58e5 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 25 Oct 2020 23:07:49 +0100 Subject: [PATCH] fix empty table visual bug --- Theme/Backend/sales-item-list.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/sales-item-list.tpl.php b/Theme/Backend/sales-item-list.tpl.php index aad879c..b80f0ce 100644 --- a/Theme/Backend/sales-item-list.tpl.php +++ b/Theme/Backend/sales-item-list.tpl.php @@ -72,7 +72,7 @@ echo $this->getData('nav')->render(); ?> - getHtml('Empty', '0', '0'); ?> + getHtml('Empty', '0', '0'); ?>