fixed a syntax error
This commit is contained in:
parent
360933257e
commit
1707f8cd05
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ sub www_edit {
|
|||
}
|
||||
return $_[0]->SUPER::www_edit(
|
||||
-properties=>$properties->printRowsOnly,
|
||||
-layout=>$layout->printRowsOnly
|
||||
-layout=>$layout->printRowsOnly,
|
||||
-headingId=>9,
|
||||
-helpId=>1
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue