grrr
This commit is contained in:
parent
31f117e8bf
commit
65f09913e5
1 changed files with 1 additions and 1 deletions
|
|
@ -2383,7 +2383,7 @@ sub www_search {
|
||||||
my $badgeHolderId = $self->session->scratch->get("currentBadgeId"); # primary key to EMS_badges containing all the attendees info
|
my $badgeHolderId = $self->session->scratch->get("currentBadgeId"); # primary key to EMS_badges containing all the attendees info
|
||||||
|
|
||||||
# Get all the attendees details
|
# Get all the attendees details
|
||||||
my $badgeHolderInfo = $self->session->db->read("select * from EventManagementSystem_badges where badgeId=?",[$badgeHolderId]);
|
my $badgeHolderInfo = $self->session->db->buildArrayRefOfHashRefs("select * from EventManagementSystem_badges where badgeId=?",[$badgeHolderId]);
|
||||||
$var{badgeHolderInfo_loop} = $badgeHolderInfo;
|
$var{badgeHolderInfo_loop} = $badgeHolderInfo;
|
||||||
|
|
||||||
#these allow us to show a specific page of subevents after an add to scratch cart
|
#these allow us to show a specific page of subevents after an add to scratch cart
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue