This commit is contained in:
Matthew Wilson 2006-05-08 14:51:31 +00:00
parent 69e2888df8
commit 979577a287

View file

@ -1842,8 +1842,7 @@ sub www_editEvent {
-vertical=>1, -vertical=>1,
-extras=>' onclick="changePassType();" ', -extras=>' onclick="changePassType();" ',
-label=>$i18n->echo('assigned discount pass'), -label=>$i18n->echo('assigned discount pass'),
-hoverHelp=>$i18n->echo('Which Discount Pass will be applied to this event.'), -hoverHelp=>$i18n->echo('Which Discount Pass will be applied to this event.')
-value=>$self->session->form->get("passId") || $event->{passId}
); );
$f->selectBox( $f->selectBox(
-name=>'passId', -name=>'passId',