Another missing
This commit is contained in:
@@ -80,7 +80,7 @@ sub main {
|
||||
</tal:block>
|
||||
|
||||
# and table control fields
|
||||
<tal:block tal:repeat="tablecontrol tablecontrols"> $c->stash(${tablecontrol}=>get_${tablecontrol}($c));
|
||||
<tal:block tal:repeat="tablecontrol tablecontrols"> $c->stash(${tablecontrol}=>$c->get_${tablecontrol}());
|
||||
</tal:block>
|
||||
|
||||
$c->stash(
|
||||
@@ -225,7 +225,7 @@ sub do_display {
|
||||
<tal:block tal:repeat="panel panels">
|
||||
if ($trt eq '${panel}'){
|
||||
#Validate form parameters for panel ${panel}
|
||||
%selectedrow = get_selected_${panel}($c,$$${prefix}_data{'Selected'},$is_new_record);
|
||||
%selectedrow = $c->get_selected_${panel}($$${prefix}_data{'Selected'},$is_new_record);
|
||||
}
|
||||
</tal:block>
|
||||
|
||||
|
Reference in New Issue
Block a user