From d92731b3ce31ca0eb4e5dbcaaa46eac93c308d28 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 1 Mar 2024 16:13:38 +0800 Subject: [PATCH] * Fix bug #46393. --- module/productplan/ui/browse.html.php | 1 + module/productplan/ui/browsebylist.html.php | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/module/productplan/ui/browse.html.php b/module/productplan/ui/browse.html.php index 15c7725dc8..fce202fcbf 100644 --- a/module/productplan/ui/browse.html.php +++ b/module/productplan/ui/browse.html.php @@ -23,4 +23,5 @@ jsVar('productplanLang', $lang->productplan); jsVar('privs', $privs); jsVar('rawModule', $app->rawModule); jsVar('currentTab', $app->tab); +jsVar('checkedSummary', $lang->productplan->checkedSummary); include("browseby{$viewType}.html.php"); diff --git a/module/productplan/ui/browsebylist.html.php b/module/productplan/ui/browsebylist.html.php index 07e580cb07..dae3cc5e97 100644 --- a/module/productplan/ui/browsebylist.html.php +++ b/module/productplan/ui/browsebylist.html.php @@ -10,7 +10,6 @@ declare(strict_types=1); */ namespace zin; -jsVar('checkedSummary', $lang->productplan->checkedSummary); jsVar('childrenAB', $lang->productplan->childrenAB); jsVar('expiredLang', $lang->productplan->expired); jsVar('nextStep', $lang->productplan->nextStep);