fix EMS Add Subevent
This commit is contained in:
parent
8713cb7937
commit
d99aea0cda
2 changed files with 2 additions and 2 deletions
|
|
@ -2751,7 +2751,7 @@ sub www_search {
|
|||
$subSearchFlag = 1;
|
||||
$cfilter_s0 = "requirement";
|
||||
$cfilter_c0 = "eq";
|
||||
$pn = $self->session->form->get("pn");
|
||||
$pn = 1 || $self->session->form->get("pn");
|
||||
}
|
||||
|
||||
my $keywords = $self->session->form->process("searchKeywords",'text');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue