From 12769fd4a82bd43dbdcae72083b200de6db64aef Mon Sep 17 00:00:00 2001 From: O K Date: Tue, 23 Sep 2025 08:59:43 +0300 Subject: [PATCH] fixed displayAdminOrderTabLink registration --- checkprestabox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkprestabox.php b/checkprestabox.php index fcef005..0ea30ce 100644 --- a/checkprestabox.php +++ b/checkprestabox.php @@ -37,7 +37,7 @@ class CheckPrestaBox extends Module return parent::install() && $this->registerHook('displayAdminOrderTabContent'); - if (!parent::install() || !$this->registerHook('displayAdminOrderTabContent')) { + if (!parent::install() || !$this->registerHook('displayAdminOrderTabContent') || !$this->registerHook('displayAdminOrderTabLink')) { return false; } return true;