addCartVars

This commit is contained in:
Matthew Wilson 2006-05-13 12:49:15 +00:00
parent 6a27e64414
commit 1f442ba57e

View file

@ -2493,6 +2493,8 @@ sub www_search {
return $self->www_editRegistrantInfo();
}
$self->addCartVars(\%var);
# Get all the attendees details
$var{badgeHolderInfo_loop} = $self->session->db->buildArrayRefOfHashRefs("select * from EventManagementSystem_badges where badgeId=?",[$badgeHolderId]);