From c81f52988316900cd64cf73122266480ef476044 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 11 Oct 2024 23:01:27 +0000 Subject: [PATCH] fix auto select first tab --- Theme/Backend/stocktaking-view.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/stocktaking-view.tpl.php b/Theme/Backend/stocktaking-view.tpl.php index eef7f4c..d57726d 100644 --- a/Theme/Backend/stocktaking-view.tpl.php +++ b/Theme/Backend/stocktaking-view.tpl.php @@ -84,7 +84,7 @@ echo $this->data['nav']->render(); ?>
- request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>> + request->uri->fragment) || $this->request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>