fix: EMS -- Safari can't purchase badges

This commit is contained in:
Doug Bell 2007-05-02 21:06:05 +00:00
parent b5fbbef649
commit f754da0db5
2 changed files with 3 additions and 1 deletions

View file

@ -38,6 +38,8 @@
- Added an error message to SQLForm if we can't find any permissions for the
database link.
- fix: Calendar events do not show up on the last day of the month.
- fix: Event Management System -- Safari can't get past enter attendee /
select attendee information.
7.3.15
- Added more documentation to WebGUI.pm

View file

@ -904,7 +904,7 @@ sub getRegistrationInfo {
my $error = shift || [];
my %var;
my $i18n = WebGUI::International->new($self->session, 'Asset_EventManagementSystem');
$var{'form.header'} = WebGUI::Form::formHeader($self->session,{action=>$self->getUrl,method=>'GET'})
$var{'form.header'} = WebGUI::Form::formHeader($self->session,{action=>$self->getUrl})
.WebGUI::Form::hidden($self->session,{name=>"func",value=>"saveRegistrantInfo"});
$var{'form.message'} = $i18n->get('registration info message');
$var{'form.footer'} = WebGUI::Form::formFooter($self->session);