more session related changes
This commit is contained in:
parent
16b9675b0c
commit
024514c549
106 changed files with 1498 additions and 1313 deletions
|
|
@ -242,7 +242,7 @@ sub _submenu {
|
|||
my $workarea = shift;
|
||||
my $title = shift;
|
||||
my $help = shift;
|
||||
my $ac = WebGUI::AdminConsole->new("editstocks");
|
||||
my $ac = WebGUI::AdminConsole->new($self->session,"editstocks");
|
||||
$ac->setHelp($help) if ($help);
|
||||
$ac->setIcon($self->getIcon);
|
||||
return $ac->render($workarea, $title);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue