fix: EMS -- Safari can't purchase badges
This commit is contained in:
parent
b5fbbef649
commit
f754da0db5
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue