From 1914d42ec6066f409a328d9c1f454bc4835c38ac Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 1 Apr 2022 18:32:03 +0200 Subject: [PATCH] fix table --- Theme/Backend/client-profile-bills.tpl.php | 4 ++-- Theme/Backend/client-profile-items.tpl.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Theme/Backend/client-profile-bills.tpl.php b/Theme/Backend/client-profile-bills.tpl.php index d24854e..75548b4 100755 --- a/Theme/Backend/client-profile-bills.tpl.php +++ b/Theme/Backend/client-profile-bills.tpl.php @@ -25,8 +25,8 @@ $bills = $this->getData('newestInvoices') ?? []; -
getHtml('ID', '0', '0'); ?> diff --git a/Theme/Backend/client-profile-items.tpl.php b/Theme/Backend/client-profile-items.tpl.php index 2c27606..d66dcd6 100755 --- a/Theme/Backend/client-profile-items.tpl.php +++ b/Theme/Backend/client-profile-items.tpl.php @@ -26,8 +26,8 @@ $items = $this->getData('items') ?? []; -
getHtml('ID', '0', '0'); ?>