From 4e7e8f8ed30786af417469e2b4b6e59f84678aa6 Mon Sep 17 00:00:00 2001 From: Brian Read Date: Mon, 19 May 2025 13:05:34 +0100 Subject: [PATCH] Add comment in partial relating to setting Selected undef --- Templates/partial.html.ep.tem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/partial.html.ep.tem b/Templates/partial.html.ep.tem index 1d050a6..1d5a039 100644 --- a/Templates/partial.html.ep.tem +++ b/Templates/partial.html.ep.tem @@ -14,7 +14,7 @@ % } % my $btn = l('APPLY'); - % $c->param(Selected => undef); + % $c->param(Selected => undef); #This may need deleting for a params panel - only needed for a table %= form_for "${lcPackageName}u" => (method => 'POST') => begin % param 'trt' => $$${prefix}_data->{trt} unless param 'trt';