fix: ProductManager->editProduct created a tab with the wrong name. Why did it work at all?
This commit is contained in:
parent
a7f5942e56
commit
224773681b
2 changed files with 2 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ sub www_editProduct {
|
|||
|
||||
$f = WebGUI::TabForm->new($session);
|
||||
$f->addTab("properties","Properties");
|
||||
$f->addTab("properties","Actions");
|
||||
$f->addTab("actions","Actions");
|
||||
|
||||
$f->submit;
|
||||
$f->hidden({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue