migrated tabform to new session system
This commit is contained in:
parent
0cc5884b77
commit
64048c0846
7 changed files with 37 additions and 15 deletions
|
|
@ -391,7 +391,7 @@ sub www_editCommerceSettings {
|
|||
$paymentPlugin = $session->config->get("paymentPlugins")->[0];
|
||||
$shippingPlugin = $session->config->get("shippingPlugins")->[0];
|
||||
|
||||
$tabform = WebGUI::TabForm->new(\%tabs);
|
||||
$tabform = WebGUI::TabForm->new($session,\%tabs);
|
||||
$tabform->hidden({name => 'op', value => 'editCommerceSettingsSave'});
|
||||
|
||||
# general
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue