From ffc388e0e006f64dc7462443f1105fae7931957f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 30 Aug 2023 12:08:09 +0000 Subject: [PATCH] autofixes --- Controller/ApiAttributeController.php | 1 - Theme/Backend/client-list.tpl.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Controller/ApiAttributeController.php b/Controller/ApiAttributeController.php index 126af91..0c60b44 100644 --- a/Controller/ApiAttributeController.php +++ b/Controller/ApiAttributeController.php @@ -446,7 +446,6 @@ final class ApiAttributeController extends Controller public function apiClientAttributeValueDelete(RequestAbstract $request, ResponseAbstract $response, mixed $data = null) : void { return; - // @todo: I don't think values can be deleted? Only Attributes // However, It should be possible to remove UNUSED default values // either here or other function? diff --git a/Theme/Backend/client-list.tpl.php b/Theme/Backend/client-list.tpl.php index ed30d86..1d03d7e 100755 --- a/Theme/Backend/client-list.tpl.php +++ b/Theme/Backend/client-list.tpl.php @@ -101,7 +101,7 @@ echo $this->data['nav']->render(); ?> $value) : ++$count; - $url = UriFactory::build('{/base}/sales/client/profile?{?}&id=' . $value->id); + $url = UriFactory::build('{/base}/sales/client/profile?{?}&id=' . $value->id); ?> printHtml($value->number); ?>