From f754da0db5606d3834b79ecff2a0949fe7501cec Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Wed, 2 May 2007 21:06:05 +0000 Subject: [PATCH] fix: EMS -- Safari can't purchase badges --- docs/changelog/7.x.x.txt | 2 ++ lib/WebGUI/Asset/Wobject/EventManagementSystem.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 3c7d9c490..6410632bc 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -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 diff --git a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm index 92065e370..b2c3736ea 100644 --- a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm +++ b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm @@ -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);