Add comment in partial relating to setting Selected undef

This commit is contained in:
Brian Read 2025-05-19 13:05:34 +01:00
parent f785f16234
commit 4e7e8f8ed3

View File

@ -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';